summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2008-10-27 23:36:36 -0700
committerKarolin Seeger <kseeger@samba.org>2008-11-19 09:31:25 +0100
commit764fd6ef04beb12144eb4cfbb5248d65b135dafc (patch)
treeebab27636ad18461794ffd1c9794b37fee9ff99f /source/nsswitch/wb_common.c
parenta30a228af76aab4e6d4550fd52a47a41f9363483 (diff)
downloadsamba-764fd6ef04beb12144eb4cfbb5248d65b135dafc.tar.gz
samba-764fd6ef04beb12144eb4cfbb5248d65b135dafc.tar.xz
samba-764fd6ef04beb12144eb4cfbb5248d65b135dafc.zip
[PATCH] Clean-up various trailing space and >80 column lines.
(cherry picked from commit b72335fc9771ec815f3a32b6e0d9f5fb9faebc18)
Diffstat (limited to 'source/nsswitch/wb_common.c')
-rw-r--r--source/nsswitch/wb_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c
index 6e6d2bbbf84..a1646215bdf 100644
--- a/source/nsswitch/wb_common.c
+++ b/source/nsswitch/wb_common.c
@@ -314,7 +314,7 @@ static int winbind_open_pipe_sock(int recursing, int need_priv)
if ((need_priv != 0) && (is_privileged == 0)) {
winbind_close_sock();
}
-
+
if (winbindd_fd != -1) {
return winbindd_fd;
}