X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Ftest.c;h=ae378395773e472ca6182ecb53a82edb9bbea738;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=c32197fee60af22ec223abc2c9eb668363931a78;hpb=a58c01317ca02ef2fee65fd650a5a9f5e04a727c;p=openldap diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index c32197fee6..ae37839577 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -402,7 +402,7 @@ main( int argc, char **argv ) } break; - case 'b': /* asynch bind */ + case 'b': /* async bind */ method = LDAP_AUTH_SIMPLE; get_line( dn, sizeof(dn), stdin, "dn? " ); strcat( dn, dnsuffix );