diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dirmngr_ldap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dirmngr/dirmngr_ldap.c b/dirmngr/dirmngr_ldap.c index 5be4e5814..e05c77925 100644 --- a/dirmngr/dirmngr_ldap.c +++ b/dirmngr/dirmngr_ldap.c @@ -29,7 +29,6 @@ # include <signal.h> #endif #include <errno.h> -#include <assert.h> #include <sys/time.h> #include <unistd.h> #ifndef USE_LDAPWRAPPER @@ -343,7 +342,7 @@ ldap_wrapper_main (char **argv, estream_t outstream) usage (1); #else /* All passed arguments should be fine in this case. */ - assert (argc); + log_assert (argc); #endif #ifdef USE_LDAPWRAPPER |