]> andersk Git - moira.git/commitdiff
Fix error code checked for when entring members menu
authormar <mar>
Fri, 2 Sep 1988 12:37:52 +0000 (12:37 +0000)
committermar <mar>
Fri, 2 Sep 1988 12:37:52 +0000 (12:37 +0000)
clients/moira/lists.c

index d193052de6182e946545bbf1176c9fc11751ed3b..09ab1c3e95697211608aa89ca16ab43a1105ec1a 100644 (file)
@@ -430,7 +430,7 @@ char **argv;
        case SMS_LIST:
            Put_message("This list does not exist.");
            return(DM_QUIT);
-       case SMS_ACCESS:
+       case SMS_PERM:
            Put_message("You are not allowed to view this list.");
            break;
        default:
This page took 0.070472 seconds and 5 git commands to generate.