]> andersk Git - moira.git/commitdiff
Fix MAX_ID_VALUE here, too.
authorzacheiss <zacheiss>
Fri, 25 May 2007 14:39:04 +0000 (14:39 +0000)
committerzacheiss <zacheiss>
Fri, 25 May 2007 14:39:04 +0000 (14:39 +0000)
dbck/dbck.h

index 6888e3bb38236c60b80239f64e245b44d3704a86..e7a245f1d3275e84d68614f33f3eca3030ca9b82 100644 (file)
@@ -21,7 +21,7 @@ extern struct hash *users, *machines, *clusters, *lists, *printservers;
 extern struct hash *filesys, *nfsphys, *strings, *subnets, *string_dups;
 extern struct hash *containers;
 
-#define MAX_ID_VALUE 32765
+#define MAX_ID_VALUE 131072
 #define MIN_ID_VALUE 100
 
 #define dprintf if (debug) printf
This page took 0.039193 seconds and 5 git commands to generate.