mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Must have ';' between default: and '}'
This commit is contained in:
parent
2c1b7e4e7c
commit
fca812e3aa
@ -264,7 +264,7 @@ get_filter(
|
|||||||
case LDAP_COMPARE_FALSE:
|
case LDAP_COMPARE_FALSE:
|
||||||
f.f_result = LDAP_COMPARE_TRUE;
|
f.f_result = LDAP_COMPARE_TRUE;
|
||||||
break;
|
break;
|
||||||
default:
|
default: ;
|
||||||
/* (!Undefined) is Undefined */
|
/* (!Undefined) is Undefined */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user