X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/9dbe69dd290c15cc3546e3bcc44fe44b723e74c2..31b88f9ec3865936f428c33ae2ba554bc8f4f1ad:/clients/blanche/blanche.c diff --git a/clients/blanche/blanche.c b/clients/blanche/blanche.c index ed4bc296..8174e86c 100644 --- a/clients/blanche/blanche.c +++ b/clients/blanche/blanche.c @@ -242,13 +242,6 @@ char **argv; /* Process the add list */ while (sq_get_data(addlist, &memberstruct)) { - if ((memberstruct->type == M_STRING || - memberstruct->type == M_ANY) && - strchr(memberstruct->name, '\'')) { - fprintf(stderr, "%s: Illegal character \"'\" in argument while adding \"STRING:%s\" to %s.\n", - whoami, memberstruct->name, listname); - continue; - } /* canonicalize string if necessary */ if (memberstruct->type == M_STRING && (p = strchr(memberstruct->name, '@'))) {