X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Ftest.c;h=ae378395773e472ca6182ecb53a82edb9bbea738;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=789748ff93a8ef3093a45eb3aad867db46378eff;hpb=0b03c51e79e714b8f8c8d6811f942f52c52b2383;p=openldap diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 789748ff93..ae37839577 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2013 The OpenLDAP Foundation. + * Copyright 1998-2017 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 );