mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:registry: fix a debug message typo
Signed-off-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
64a9ab4f82
commit
6f67f5d5b7
@ -1858,7 +1858,7 @@ static int regdb_fetch_values_internal(struct db_context *db, const char* key,
|
||||
TDB_DATA value;
|
||||
WERROR werr;
|
||||
|
||||
DEBUG(10,("regdb_fetch_values: Looking for value of key [%s] \n", key));
|
||||
DEBUG(10,("regdb_fetch_values: Looking for values of key [%s]\n", key));
|
||||
|
||||
if (!regdb_key_exists(db, key)) {
|
||||
goto done;
|
||||
|
Loading…
Reference in New Issue
Block a user