]> andersk Git - moira.git/commitdiff
use str, not lname.
authorzacheiss <zacheiss>
Mon, 21 Aug 2000 04:54:26 +0000 (04:54 +0000)
committerzacheiss <zacheiss>
Mon, 21 Aug 2000 04:54:26 +0000 (04:54 +0000)
clients/lib/member.c

index a3beadcb7ebac73d09403e0a41849a3196918b8e..5f811aca1aabf02993333a5b069cab190be0f115 100644 (file)
@@ -47,8 +47,8 @@ int mrcl_validate_string_member(char *str)
     {
       mrcl_set_message("STRING \"%s\" is not a foreign mail address.\nAdding "
                       "it to a mailing list may cause the list to break.",
-                      lname);
-      return MRCL_REJECT;
+                      str);
+      return MRCL_SUCCESS;
     }
 
   mrcl_clear_message();
This page took 0.03944 seconds and 5 git commands to generate.