summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-07-29 14:43:14 +0200
committerMichael Adam <obnox@samba.org>2009-07-29 16:26:26 +0200
commitd289ed916b1bcf8ad9a04ab22deb76444ee93062 (patch)
treecd344203901464b1944d0e795736b2f37e261770 /source3/winbindd
parentbd34de10bc4f814c943c5deac0028fc2cc8a1f12 (diff)
downloadsamba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.tar.gz
samba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.tar.bz2
samba-d289ed916b1bcf8ad9a04ab22deb76444ee93062.zip
s3:winbind: fix typo in debugmessage of idmap_tdb
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index ce7b6aa532..898f5cc24c 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;
}