summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-04-07 18:54:42 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-04-07 19:37:35 +0200
commit8ae956d7ba23b10e8fe17facc19f44d0ab167762 (patch)
tree7769e25b4fa39f07b03c0666b65978cba31053b4 /source4/winbind
parent40172f374ba6d5a6edde2834f7f0a28a5fe49928 (diff)
downloadsamba-8ae956d7ba23b10e8fe17facc19f44d0ab167762.tar.gz
samba-8ae956d7ba23b10e8fe17facc19f44d0ab167762.tar.bz2
samba-8ae956d7ba23b10e8fe17facc19f44d0ab167762.zip
s4:winbind/wb_server.c - fix indentation
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wb_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c
index 11f0bf0ba5..4b31997f6c 100644
--- a/source4/winbind/wb_server.c
+++ b/source4/winbind/wb_server.c
@@ -306,8 +306,8 @@ static void winbind_task_init(struct task_server *task)
listen_socket->socket_path
= service->priv_socket_path
= talloc_asprintf(listen_socket, "%s/%s",
- lp_winbindd_privileged_socket_directory(task->lp_ctx),
- WINBINDD_SAMBA3_SOCKET);
+ lp_winbindd_privileged_socket_directory(task->lp_ctx),
+ WINBINDD_SAMBA3_SOCKET);
if (!listen_socket->socket_path) goto nomem;
if (!listen_socket->socket_path) goto nomem;
listen_socket->service = service;