r25446: Merge some changes I made on the way home from SFO:
[ira/wip.git] / source4 / winbind / wb_server.c
index 161168e049214342563b217476442f0d6eb3326a..3e27f31429130ff3054738ba1af3a0934d56a51e 100644 (file)
@@ -166,7 +166,7 @@ static void winbind_task_init(struct task_server *task)
        listen_socket = talloc(service, struct wbsrv_listen_socket);
        if (!listen_socket) goto nomem;
        listen_socket->socket_path      =
-               smbd_tmp_path(listen_socket,
+               smbd_tmp_path(listen_socket, global_loadparm, 
                              WINBINDD_SAMBA3_PRIVILEGED_SOCKET);
        if (!listen_socket->socket_path) goto nomem;
        listen_socket->service          = service;