mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3:winbind: fix typo in debug message in idmap_tdb.
Michael
This commit is contained in:
parent
d289ed916b
commit
e46e5d7d08
@ -196,7 +196,7 @@ static bool idmap_tdb_upgrade(struct db_context *db)
|
||||
}
|
||||
|
||||
if (dbwrap_store_int32(db, "IDMAP_VERSION", IDMAP_VERSION) == -1) {
|
||||
DEBUG(0, ("Unable to dtore idmap version in databse\n"));
|
||||
DEBUG(0, ("Unable to store idmap version in databse\n"));
|
||||
return False;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user