diff options
author | Michael Adam <obnox@samba.org> | 2009-07-29 14:43:14 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-07-29 16:26:26 +0200 |
commit | d289ed916b1bcf8ad9a04ab22deb76444ee93062 (patch) | |
tree | cd344203901464b1944d0e795736b2f37e261770 /source3/winbindd/idmap_tdb.c | |
parent | bd34de10bc4f814c943c5deac0028fc2cc8a1f12 (diff) | |
download | samba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.tar.gz samba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.tar.xz samba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.zip |
s3:winbind: fix typo in debugmessage of idmap_tdb
Michael
Diffstat (limited to 'source3/winbindd/idmap_tdb.c')
-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 ce7b6aa532f..898f5cc24c8 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -296,7 +296,7 @@ static NTSTATUS idmap_tdb_open_db(TALLOC_CTX *memctx, if (!idmap_tdb_upgrade(db)) { db->transaction_cancel(db); - DEBUG(0, ("Unable to open idmap database, it's in an old formati, and upgrade failed!\n")); + DEBUG(0, ("Unable to open idmap database, it's in an old format, and upgrade failed!\n")); ret = NT_STATUS_INTERNAL_DB_ERROR; goto done; } |