Author: cazfi
Date: Fri Feb 26 09:12:37 2016
New Revision: 32087

URL: http://svn.gna.org/viewcvs/freeciv?rev=32087&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:
    trunk/client/connectdlg_common.c

Modified: trunk/client/connectdlg_common.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/connectdlg_common.c?rev=32087&r1=32086&r2=32087&view=diff
==============================================================================
--- trunk/client/connectdlg_common.c    (original)
+++ trunk/client/connectdlg_common.c    Fri Feb 26 09:12:37 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