]> andersk Git - moira.git/blobdiff - dbck/dbck.pc
check printservers
[moira.git] / dbck / dbck.pc
index 3ebc691a28285adcdbfd8dc681147cad58c12560..3f68472e922a34d87298ef708d0104479b29a70b 100644 (file)
@@ -26,7 +26,7 @@ int fast = 0;
 int warn = 1;
 int abort_p = 0;
 struct hash *users, *machines, *clusters, *lists, *filesys, *nfsphys;
-struct hash *strings, *members, *subnets, *string_dups;
+struct hash *strings, *members, *subnets, *string_dups, *printservers;
 EXEC SQL BEGIN DECLARE SECTION;
 int dcmenable;
 EXEC SQL END DECLARE SECTION;
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
 
   while (++arg - argv < argc)
     {
-      if  (**arg == '-')
+      if (**arg == '-')
        {
          switch ((*arg)[1])
            {
This page took 0.037812 seconds and 4 git commands to generate.