Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: vpnc: devel

svn commit: vpnc r394 - /branches/vpnc-nortel/config.c /trunk/config.c

 

 

vpnc devel RSS feed   Index | Next | Previous | View Threaded


vpnc at unix-ag

Dec 30, 2008, 5:39 AM

Post #1 of 1 (746 views)
Permalink
svn commit: vpnc r394 - /branches/vpnc-nortel/config.c /trunk/config.c

Author: Joerg Mayer
Date: Tue Dec 30 14:39:47 2008
New Revision: 394

Log:
Antonio Borneo <borneo.antonio [at] gmail>

function do_config(): Don't execute unnecessary code in case of an
uncaught case.


Modified:
branches/vpnc-nortel/config.c
trunk/config.c

Modified: branches/vpnc-nortel/config.c
==============================================================================
--- branches/vpnc-nortel/config.c (original)
+++ branches/vpnc-nortel/config.c Tue Dec 30 14:39:47 2008
@@ -833,6 +833,8 @@
config[CONFIG_XAUTH_USERNAME],
config[CONFIG_IPSEC_GATEWAY]);
break;
+ default:
+ continue;
}
fflush(stdout);
switch (i) {

Modified: trunk/config.c
==============================================================================
--- trunk/config.c (original)
+++ trunk/config.c Tue Dec 30 14:39:47 2008
@@ -778,6 +778,8 @@
config[CONFIG_XAUTH_USERNAME],
config[CONFIG_IPSEC_GATEWAY]);
break;
+ default:
+ continue;
}
fflush(stdout);
switch (i) {

_______________________________________________
vpnc-devel mailing list
vpnc-devel [at] unix-ag
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/

vpnc devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.