Fix uninitialized variable in ldapmodify.

Introduced by 3a46af398c.
This commit is contained in:
Hallvard Furuseth 2011-11-20 13:52:07 +01:00
parent 27c95a70df
commit 26d881a93c

View File

@ -216,7 +216,7 @@ main( int argc, char **argv )
{
char *rbuf = NULL, *rejbuf = NULL;
FILE *rejfp;
struct LDIFFP *ldiffp, ldifdummy = {0};
struct LDIFFP *ldiffp = NULL, ldifdummy = {0};
char *matched_msg, *error_msg;
int rc, retval, ldifrc;
int len;