[Autosec-devel] sonar/plugins network_connect.c,1.1,1.2
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-05-20 07:00:54
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4690/plugins Modified Files: network_connect.c Log Message: Changes for a critical bugfix release. Index: network_connect.c =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/network_connect.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** network_connect.c 19 May 2004 08:19:15 -0000 1.1 --- network_connect.c 20 May 2004 07:00:45 -0000 1.2 *************** *** 268,272 **** } } ! sonar_ctx->message("XXX: stats when done\n"); return PLUGIN_OK; } --- 268,272 ---- } } ! //sonar_ctx->message("XXX: stats when done\n"); return PLUGIN_OK; } |