[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:29:06
|
The following file was modified in vtun:
Name Old version New version Comment
---- ----------- ----------- -------
netlib.c 1.11.2.2.4.2 1.11.2.2.4.3
The accompanying log:
Argh. Fix a missing declaration.
The diff of the modified file(s):
--- netlib.c 29 Mar 2009 09:55:34 -0000 1.11.2.2.4.2
+++ netlib.c 29 Mar 2009 10:29:03 -0000 1.11.2.2.4.3
@@ -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");
|