]> andersk Git - moira.git/blobdiff - clients/moira/main.c
init gdss et
[moira.git] / clients / moira / main.c
index 7099c62205ee47ec0b0e94ff0b1af854d831e2a0..6a6059f0b721dea78a6ed8744a73c78145b6242c 100644 (file)
@@ -48,7 +48,11 @@ char *getlogin();
 uid_t getuid();
 struct passwd *getpwuid();
 
+#ifdef _AIX
+Bool use_menu = FALSE;         /* whether or not we are using a menu. */
+#else
 Bool use_menu = TRUE;          /* whether or not we are using a menu. */
+#endif
 
 /*     Function Name: main
  *     Description: The main driver for the Moira Client.
@@ -134,6 +138,8 @@ main(argc, argv)
       (void) signal(SIGINT, CatchInterrupt); 
 #endif DEBUG
 
+    initialize_gdss_error_table();
+
     if (!strcmp(program_name, "listmaint"))
       menu = &list_menu;
     else if (!strcmp(program_name, "usermaint"))
This page took 0.024562 seconds and 4 git commands to generate.