]> andersk Git - moira.git/commitdiff
increase length of machine names
authormar <mar>
Wed, 24 Nov 1993 15:52:13 +0000 (15:52 +0000)
committermar <mar>
Wed, 24 Nov 1993 15:52:13 +0000 (15:52 +0000)
gen/nfs.dc

index c7cb3af247d4c4d0b0a3cc1a76fd9960aa5bdff9..36683030be03a29c611fe521da156eef7afd75c4 100644 (file)
@@ -80,7 +80,7 @@ char **argv;
 int do_nfs()
 {
     EXEC SQL BEGIN DECLARE SECTION;
-    char machname[33], listname[33];
+    char machname[41], listname[33];
     EXEC SQL END DECLARE SECTION;
     struct save_queue *machs, *lists;
     int changed;
This page took 0.139633 seconds and 5 git commands to generate.