]> andersk Git - moira.git/blobdiff - gen/zephyr.pc
Don't tell nagios about deleted printers
[moira.git] / gen / zephyr.pc
index 8c8d592559a89161848b3eb8221f1618adc0845c..2be000d22faf07dfee2fe53ac44b52d9c024b68a 100644 (file)
@@ -30,6 +30,8 @@ void sqlerr(void);
 char *whoami = "zephyr.gen";
 char *db = "moira/moira";
 
+time_t now;
+
 int main(int argc, char **argv)
 {
   EXEC SQL BEGIN DECLARE SECTION;
@@ -39,7 +41,6 @@ int main(int argc, char **argv)
   FILE *out;
   struct save_queue *sq;
   char *class;
-  time_t now;
  
   if (argc != 2)
     {
This page took 0.052386 seconds and 4 git commands to generate.