mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 09:22:54 -05:00
Fix fprintf format (coverity)
This commit is contained in:
parent
9328a41f49
commit
2cf553563b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue