Skip to content
Snippets Groups Projects
Commit 79cb528e authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

s/getopt() != -1/getopt() != EOF/

parent e3d164d1
Branches
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ main( int argc, char **argv )
always_addvals = NULL;
basedn = NULL;
while (( c = getopt( argc, argv, "dorva:b:f:h:i:" )) != -1 ) {
while (( c = getopt( argc, argv, "dorva:b:f:h:i:" )) != EOF ) {
switch( c ) {
case 'd':
#ifdef LDAP_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment