]> git.sur5r.net Git - openldap/commitdiff
Remove spurious cvalue=NULL printf argument.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 17 Jul 2005 11:49:27 +0000 (11:49 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 17 Jul 2005 11:49:27 +0000 (11:49 +0000)
clients/tools/ldapsearch.c

index 333ad6fe4f14cba6aa3faecd834a2c07482d89ec..29bd04c939d6eb0c9d2edc3c9dca8aa72951730f 100644 (file)
@@ -338,8 +338,7 @@ handle_private_option( int i )
                                        exit( EXIT_FAILURE );
                                }
                        } else {
-                               fprintf( stderr, _("Invalid value for PagedResultsControl.\n"),
-                                       cvalue);
+                               fprintf(stderr, _("Invalid value for PagedResultsControl.\n"));
                                exit( EXIT_FAILURE );
                        }
                        pageSize = (ber_int_t) tmp;