From 29bda3922a4df9c526a11cf0fe0c0d6ee622ed7d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 10 Jan 2007 20:30:29 +0000 Subject: [PATCH] ITS#4800 --- clients/tools/ldapmodify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index e53048236b..7841bda126 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -942,6 +942,7 @@ parse_ldif_control( if (ppctrls) pctrls = *ppctrls; /* OID should come first. Validate and extract it. */ + s = bval->bv_val; if (*s == 0) return ( LDAP_PARAM_ERROR ); oidStart = s; while (isdigit((unsigned char)*s) || *s == '.') { -- 2.39.5