]> andersk Git - moira.git/commitdiff
Need to fill in the "user" variable with mrcl_krb_user().
authorzacheiss <zacheiss>
Wed, 6 Jun 2001 18:33:26 +0000 (18:33 +0000)
committerzacheiss <zacheiss>
Wed, 6 Jun 2001 18:33:26 +0000 (18:33 +0000)
clients/moira/namespace.c

index 7a3eb0269644a82035cfe4a45e01415367d9a192..9bc6bfe9003e537b3efa29fd9c9b235154aa2706 100644 (file)
@@ -186,6 +186,10 @@ int main(int argc, char **argv)
   program_name = strdup(program_name);
   whoami = strdup(program_name); /* used by menu.c,  ugh !!! */
 
+  user = mrcl_krb_user();
+  if (!user)
+    exit(1);
+
   verbose = TRUE;
   arg = argv;
   moira_server = NULL;
This page took 0.039082 seconds and 5 git commands to generate.