summaryrefslogtreecommitdiff
path: root/swat2.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-28 15:27:42 +0100
committerVolker Lendecke <vl@samba.org>2009-12-28 15:28:43 +0100
commit0aa8946ce08bd50ecf30349894c311efd646492a (patch)
tree5eac5e79e9d74535fababadc125dae2422c5cf94 /swat2.txt
parent2c49678ce5d9203a0af2fa82961c0ebc59e1488f (diff)
downloadsamba-0aa8946ce08bd50ecf30349894c311efd646492a.tar.gz
samba-0aa8946ce08bd50ecf30349894c311efd646492a.tar.bz2
samba-0aa8946ce08bd50ecf30349894c311efd646492a.zip
s3: Simplify winbindd_ads.c:trusted_domains()
No real code change, this just removes an indentation by turning if ( NT_STATUS_IS_OK(result) && trusts.count) { into if (!NT_STATUS_IS_OK(result)) { return result; } if (trusts.count == 0) { return NT_STATUS_OK; }
Diffstat (limited to 'swat2.txt')
0 files changed, 0 insertions, 0 deletions