]> andersk Git - moira.git/blobdiff - gen/hesiod.dc
had to change the get alias validate thing to use the access hook
[moira.git] / gen / hesiod.dc
index 07ad6e54098088fa845d68b1b8f726ae4cee2378..d99b2f87c809fd71841fd9c8e7c0099fe2bee8d8 100644 (file)
@@ -112,7 +112,7 @@ get_mach()
 {
     EXEC SQL BEGIN DECLARE SECTION;
     int id;
-    char name[33];
+    char name[41];
     EXEC SQL END DECLARE SECTION;
 
     if (machines)
@@ -612,12 +612,12 @@ set_mask *set;
 do_cluster()
 {
     FILE *out;
-    char outf[64], outft[64], *mach, machbuf[33], *p;
+    char outf[64], outft[64], *mach, machbuf[41], *p;
     struct stat sb;
     time_t ftime;
     EXEC SQL BEGIN DECLARE SECTION;
     int flag1, flag2, flag3, flag4, maxmach, maxclu, mid, cid, id;
-    char name[33], label2[17], data[33];
+    char name[41], label2[17], data[33];
     EXEC SQL END DECLARE SECTION;
     set_mask **machs, *ms, *ps;
     int oneclu;
This page took 0.048913 seconds and 4 git commands to generate.