mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
groupdb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
6169ab798d
commit
b2d2fd2c67
@ -101,7 +101,7 @@ static bool init_group_mapping(void)
|
||||
vers_id = DATABASE_VERSION_V2;
|
||||
}
|
||||
|
||||
/* if its an unknown version we remove everthing in the db */
|
||||
/* if its an unknown version we remove everything in the db */
|
||||
|
||||
if (vers_id != DATABASE_VERSION_V2) {
|
||||
tdb_wipe_all(tdb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user