mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:idmap: fix a comment typo
Michael
This commit is contained in:
parent
e12670a105
commit
3fe9859342
@ -761,7 +761,7 @@ NTSTATUS idmap_backends_sid_to_unixid(const char *domain, struct id_map *id)
|
||||
struct idmap_domain *dom;
|
||||
struct id_map *maps[2];
|
||||
|
||||
DEBUG(10, ("idmap_backend_sid_to_unixid: domain = '%s', sid = [%s]\n",
|
||||
DEBUG(10, ("idmap_backends_sid_to_unixid: domain = '%s', sid = [%s]\n",
|
||||
domain?domain:"NULL", sid_string_dbg(id->sid)));
|
||||
|
||||
maps[0] = id;
|
||||
|
Loading…
Reference in New Issue
Block a user