]> andersk Git - moira.git/blobdiff - clients/moira/user.c
Dribbles of missing EXCHANGE support. This should probably look up the
[moira.git] / clients / moira / user.c
index 5c23db439b085f851a596a32ee9b7e02be48f088..71b4d3a4c7977051f1ed0e374949096e810cdfe3 100644 (file)
@@ -643,7 +643,7 @@ int RegisterUser(int argc, char **argv)
       FreeInfo(args);
       return DM_NORMAL;
     }
-  if (strcmp(potype, "POP") && strcmp(potype, "IMAP"))
+  if (strcmp(potype, "POP") && strcmp(potype, "IMAP") && strcmp(potype, "EXCHANGE"))
     {
       sprintf(temp_buf, "Unknown P.O. Box type.");
       Put_message(temp_buf);
This page took 0.035716 seconds and 4 git commands to generate.