[Vtun-Commit] CVS: The file 'vtun/netlib.c' has been modified.
Status: Inactive
Brought to you by:
mtbishop
|
From: Bishop <mtbishop> - 2009-03-29 10:44:13
|
The following file was modified in vtun:
Name Old version New version Comment
---- ----------- ----------- -------
netlib.c 1.11.2.3 1.11.2.4
The accompanying log:
Argh. Fix a missing declaration.
The diff of the modified file(s):
--- netlib.c 29 Mar 2009 10:08:59 -0000 1.11.2.3
+++ netlib.c 29 Mar 2009 10:44:02 -0000 1.11.2.4
@@ -147,6 +147,7 @@
struct sockaddr_in saddr;
short port;
int s,opt;
+ extern int is_rmt_fd_connected;
if( (s=socket(AF_INET,SOCK_DGRAM,0))== -1 ){
vtun_syslog(LOG_ERR,"Can't create socket");
|