fix = vs == bug

This commit is contained in:
Kurt Zeilenga 2000-04-12 01:06:58 +00:00
parent 72c0de5d95
commit 21431725fc

View File

@ -325,7 +325,7 @@ explode_name( const char *name, int notypes, int is_type )
state = INQUOTE;
break;
case '=':
if( state = OUTQUOTE ) have_equals++;
if( state == OUTQUOTE ) have_equals++;
break;
case '+':
if (is_type == NAME_TYPE_LDAP_RDN)