|
From: <gne...@us...> - 2009-03-08 11:27:15
|
Update of /cvsroot/aolserver/aolserver/nsproxy In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20159 Modified Files: nsproxy.c Log Message: - initialize Tcl to avoid crash with Tcl8.5, when the nsproxy binary is started (see http://groups.google.com/group/aolserver/browse_thread/thread/28113c5324a6747e) Index: nsproxy.c =================================================================== RCS file: /cvsroot/aolserver/aolserver/nsproxy/nsproxy.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** nsproxy.c 19 Apr 2006 18:55:09 -0000 1.1 --- nsproxy.c 8 Mar 2009 11:26:58 -0000 1.2 *************** *** 43,46 **** --- 43,47 ---- main(int argc, char **argv) { + Tcl_FindExecutable(argv[0]); return Ns_ProxyMain(argc, argv, MyInit); } |