mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix fprintf format (coverity)
This commit is contained in:
parent
9328a41f49
commit
2cf553563b
@ -286,7 +286,7 @@ slapmodify( int argc, char **argv )
|
||||
}
|
||||
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr, "%s: no such entry \"%s\" in database (lineno=%d)\n",
|
||||
fprintf( stderr, "%s: no such entry \"%s\" in database (lineno=%lu)\n",
|
||||
progname, ndn.bv_val, lineno );
|
||||
rc = EXIT_FAILURE;
|
||||
goto cleanup;
|
||||
|
Loading…
Reference in New Issue
Block a user