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:
parent
e1e2195a4a
commit
8693ae741c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user