diff options
author | Michael Adam <obnox@samba.org> | 2009-07-29 14:45:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-07-29 16:26:26 +0200 |
commit | e46e5d7d0871e203ea8c4bb92a7b27e6cafce77d (patch) | |
tree | 6ecdfb9e475bd142bcd5f84101dbef607de04240 /source3/winbindd | |
parent | d289ed916b1bcf8ad9a04ab22deb76444ee93062 (diff) | |
download | samba-e46e5d7d0871e203ea8c4bb92a7b27e6cafce77d.tar.gz samba-e46e5d7d0871e203ea8c4bb92a7b27e6cafce77d.tar.bz2 samba-e46e5d7d0871e203ea8c4bb92a7b27e6cafce77d.zip |
s3:winbind: fix typo in debug message in idmap_tdb.
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 898f5cc24c..94d253e6e6 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -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; } |