]> andersk Git - moira.git/commitdiff
Don't ask about Mailman membership acl first time through do/while loop if this isn...
authorzacheiss <zacheiss>
Sun, 6 Apr 2003 16:57:42 +0000 (16:57 +0000)
committerzacheiss <zacheiss>
Sun, 6 Apr 2003 16:57:42 +0000 (16:57 +0000)
clients/moira/lists.c

index 7ad0bab39b378a5e5efdd6f070a2ff33a4a780be..c0be61284e74195f4a4c8abf9d08183b1cf50147 100644 (file)
@@ -303,7 +303,7 @@ char **AskListInfo(char **info, Bool name)
        if (GetValueFromUser(temp_buf, &info[L_MEMACE_NAME]) == SUB_ERROR)
          return NULL;
       }
-    else
+    else if (atoi(info[L_MAILMAN]))
       {
        Put_message("Setting the Membership Administrator of a Mailman list to 'NONE'");
        Put_message("means no one will receive the list administrator password.");
This page took 0.051508 seconds and 5 git commands to generate.