]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/charset.c
Remove a few typos in comments
[openldap] / libraries / libldap / charset.c
index a3618923b149b4a1d901987ef4e9e3fbba8a9cb3..5a324ed2df7c6e09777caf1b148c4cdfed0bb31a 100644 (file)
@@ -39,7 +39,7 @@ ldap_set_string_translators( LDAP *ld, BERTranslateProc encode_proc,
 void
 ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable )
 {
-       char    *optionsp;
+       short   *optionsp;
 
        optionsp = ( entry == NULLMSG ) ? &ld->ld_lberoptions :
            &entry->lm_ber->ber_options;