Author: cazfi
Date: Fri Feb 26 09:12:50 2016
New Revision: 32088

URL: http://svn.gna.org/viewcvs/freeciv?rev=32088&view=rev
Log:
Increase number of commandline parameter slots for the server to fork,
so that there's enough of them even when client sets all of them at
the same time.

See bug #24450

Modified:
    branches/S2_6/client/connectdlg_common.c

Modified: branches/S2_6/client/connectdlg_common.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/connectdlg_common.c?rev=32088&r1=32087&r2=32088&view=diff
==============================================================================
--- branches/S2_6/client/connectdlg_common.c    (original)
+++ branches/S2_6/client/connectdlg_common.c    Fri Feb 26 09:12:50 2016
@@ -247,7 +247,7 @@
 #ifdef HAVE_USABLE_FORK
   {
     int argc = 0;
-    const int max_nargs = 18;
+    const int max_nargs = 22;
     char *argv[max_nargs + 1], port_buf[32];
 
     /* Set up the command-line parameters. */


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to