Remove warning: Enclose initializer in {}.

This commit is contained in:
Hallvard Furuseth 1999-03-09 07:17:48 +00:00
parent 5ef648a109
commit a8711b282e

View File

@ -115,7 +115,7 @@ Base base[] = {
{"ou=User Groups, ou=Groups, dc=OpenLDAP, dc=org",
1, 0xff,
{"(&(cn=%s)(associatedDomain=%h))", NULL, NULL}},
NULL
{NULL}
};
char *sendmailargs[] = { MAIL500_SENDMAIL, "-oMrLDAP", "-odi", "-oi", "-f", NULL, NULL };