mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-rpc_server: fix typo in DEBUG statement.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Sep 17 18:24:26 CEST 2013 on sn-devel-104
This commit is contained in:
parent
0099c652e7
commit
eaf1b8e2e3
@ -553,7 +553,7 @@ struct np_proxy_state *make_external_rpc_pipe_p(TALLOC_CTX *mem_ctx,
|
||||
GLOBAL_SECTION_SNUM, "external_rpc_pipe", "socket_dir",
|
||||
lp_ncalrpc_dir());
|
||||
if (socket_dir == NULL) {
|
||||
DEBUG(0, ("externan_rpc_pipe:socket_dir not set\n"));
|
||||
DEBUG(0, ("external_rpc_pipe:socket_dir not set\n"));
|
||||
goto fail;
|
||||
}
|
||||
socket_np_dir = talloc_asprintf(talloc_tos(), "%s/np", socket_dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user