mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there were no checks if the buffer was sent completely with net_transmit
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3947 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
efd4febee6
commit
bc91469cf7
3 changed files with 28 additions and 18 deletions
|
|
@ -21,9 +21,8 @@ typedef struct {
|
|||
LINEBUF_REC *buffer;
|
||||
|
||||
char *nick, *host;
|
||||
GIOChannel *handle;
|
||||
int tag;
|
||||
|
||||
NET_SENDBUF_REC *handle;
|
||||
int recv_tag;
|
||||
char *proxy_address;
|
||||
LISTEN_REC *listen;
|
||||
IRC_SERVER_REC *server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue