]> andersk Git - moira.git/commitdiff
Make these buffers bigger.
authorzacheiss <zacheiss>
Mon, 30 Jul 2001 18:01:12 +0000 (18:01 +0000)
committerzacheiss <zacheiss>
Mon, 30 Jul 2001 18:01:12 +0000 (18:01 +0000)
server/qsupport.pc

index d83d949079c33ddd296bae41eca1611b75463eff..85c5449018d18d5d5fa6693b771c6a16e9a44600 100644 (file)
@@ -2038,7 +2038,7 @@ int get_subcontainers_of_container(struct query *q, char *argv[], client *cl,
   char *qs;
   EXEC SQL END DECLARE SECTION;
 
-  char querystring[512], tmp [256];
+  char querystring[2048], tmp [1024];
   char *rargv[1];
   int found = 0;
   
This page took 0.037541 seconds and 5 git commands to generate.