1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:idmap: fix a comment typo

Michael
This commit is contained in:
Michael Adam 2009-05-27 19:26:32 +02:00
parent e12670a105
commit 3fe9859342

View File

@ -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;