There was no reason to have MAX_BASIS_DIRS factored into the
authorWayne Davison <wayned@samba.org>
Tue, 3 May 2005 17:01:59 +0000 (17:01 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 3 May 2005 17:01:59 +0000 (17:01 +0000)
length of the argstr[] array.

options.c

index 52ac58f..69fe4b3 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1236,7 +1236,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain)
  **/
 void server_options(char **args,int *argc)
 {
-       static char argstr[50+MAX_BASIS_DIRS*2];
+       static char argstr[64];
        int ac = *argc;
        char *arg;