From: Jong Hyuk Choi Date: Mon, 23 Jun 2003 14:10:18 +0000 (+0000) Subject: fix a comment X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~873 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=881718ba5bfc2dbfa336631449b78073dbc256ea;p=openldap fix a comment --- diff --git a/libraries/libldap/search.c b/libraries/libldap/search.c index 56c45c2eed..8f53c684d0 100644 --- a/libraries/libldap/search.c +++ b/libraries/libldap/search.c @@ -77,7 +77,7 @@ ldap_search_ext( /* * if timeout is provided, both tv_sec and tv_usec must - * be non-zero + * not be zero */ if( timeout != NULL ) { if( timeout->tv_sec == 0 && timeout->tv_usec == 0 ) {