]> andersk Git - moira.git/blobdiff - clients/moira/acl.c
Need to fill in the "user" variable with mrcl_krb_user().
[moira.git] / clients / moira / acl.c
index 3009def2d01f19f45ff63af7b48e3a678312d6ef..dd2f9ff957ee30a6353d0e7591290864552b0727 100644 (file)
@@ -79,7 +79,6 @@ static char *PrintACLInfo(char **info)
 {
   static char name[BUFSIZ];
   char buf[BUFSIZ];
-  int status;
 
   if (!info)           /* If no informaion */
     {
@@ -109,9 +108,6 @@ static char *PrintACLInfo(char **info)
 static char **AskACLInfo(char **info)
 {
   char temp_buf[BUFSIZ];
-  char *args[3];
-  char *s, *d;
-  int status;
 
   Put_message("");
   info[ACL_HOST] = canonicalize_hostname(info[ACL_HOST]);
@@ -191,7 +187,7 @@ int DeleteACL(int argc, char **argv)
 
 int AddACL(int argc, char **argv)
 {
-  char *info[MAX_ARGS_SIZE], **args, *host;
+  char *info[MAX_ARGS_SIZE], **args;
   int stat;
 
   argv[1] = canonicalize_hostname(strdup(argv[1]));
This page took 0.0588 seconds and 4 git commands to generate.