mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Must have ';' between default: and '}'
This commit is contained in:
parent
2c1b7e4e7c
commit
fca812e3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ get_filter(
|
|||
case LDAP_COMPARE_FALSE:
|
||||
f.f_result = LDAP_COMPARE_TRUE;
|
||||
break;
|
||||
default:
|
||||
default: ;
|
||||
/* (!Undefined) is Undefined */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue