diff options
Diffstat (limited to 'pith/ldap.c')
-rw-r--r-- | pith/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/ldap.c b/pith/ldap.c index 6fc96303..e3d0fa59 100644 --- a/pith/ldap.c +++ b/pith/ldap.c @@ -1700,7 +1700,7 @@ our_ldap_set_option(LDAP *ld, int option, void *optdata) break; default: - panic("LDAP function not implemented"); + alpine_panic("LDAP function not implemented"); } #endif |