summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-24 22:47:49 +0100
committerMichael Adam <obnox@samba.org>2008-01-25 01:42:22 +0100
commit614ba32b221aee268b86033ee10da4dbdb087365 (patch)
treed7fa1c46fd2292bec0ca563579956f89b95006ea /source3/winbindd/idmap_tdb2.c
parentd490d8d52d929076b2e5ab54ae0a9aff2d836677 (diff)
downloadsamba-614ba32b221aee268b86033ee10da4dbdb087365.tar.gz
samba-614ba32b221aee268b86033ee10da4dbdb087365.tar.bz2
samba-614ba32b221aee268b86033ee10da4dbdb087365.zip
Fix assignment to request->data.init_conn.is_primary in init_child_connection().
The present assignment "request->data.init_conn.is_primary = domain->internal ? False : True" simply feels wrong. This seems to be the thing right to do: "request->data.init_conn.is_primary = domain->primary ? true : false". The question is: Does this have any purpose at all? data.init_conn.is_primary seems to be used nowhere in the whole code at all. Is it (still) needed? Michael (This used to be commit 8bb21b8b3802e7b093a3c4fb41b8550033388878)
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
0 files changed, 0 insertions, 0 deletions