diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-14 09:56:11 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-14 09:56:11 +0800 |
commit | 9abcc7b909b6ff0f173405e73dc7c0c3d093e44a (patch) | |
tree | a6b29309918fa59d93491dc0fa7c396e12e65c1d /dbutil.h | |
parent | 2c35f1c8fd7ded63a1e0a14fce01032697dac352 (diff) |
connect_remote() is now always non-blocking
Diffstat (limited to 'dbutil.h')
-rw-r--r-- | dbutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -83,8 +83,7 @@ void run_shell_command(const char* cmd, unsigned int maxfd, char* usershell); #ifdef ENABLE_CONNECT_UNIX int connect_unix(const char* addr); #endif -int connect_remote(const char* remotehost, const char* remoteport, - int nonblocking, char ** errstring); +int connect_remote(const char* remotehost, const char* remoteport, char ** errstring); int buf_readfile(buffer* buf, const char* filename); int buf_getline(buffer * line, FILE * authfile); |