From 8ae956d7ba23b10e8fe17facc19f44d0ab167762 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 7 Apr 2010 18:54:42 +0200 Subject: s4:winbind/wb_server.c - fix indentation --- source4/winbind/wb_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/winbind') 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; -- cgit