1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s3: Fix a typo

This commit is contained in:
Volker Lendecke 2010-04-14 21:48:38 +02:00
parent e1e2195a4a
commit 8693ae741c

View File

@ -968,7 +968,7 @@ static bool mapping_switch(const char *ldb_path)
return True;
failed:
DEBUG(0,("Failed to swith to tdb group mapping database\n"));
DEBUG(0, ("Failed to switch to tdb group mapping database\n"));
if (ltdb) tdb_close(ltdb);
TALLOC_FREE(frame);
return False;