mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3-rpc_server: Normalize rpc_pipe_open_interface pipe name.
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Oct 15 12:15:45 UTC 2010 on sn-devel-104
This commit is contained in:
parent
f22e6cf3b7
commit
a8f26f60ec
@ -836,11 +836,16 @@ NTSTATUS rpc_pipe_open_interface(TALLOC_CTX *mem_ctx,
|
||||
goto done;
|
||||
}
|
||||
|
||||
DEBUG(10, ("Connecting to %s pipe.\n", pipe_name));
|
||||
while (pipe_name[0] == '\\') {
|
||||
pipe_name++;
|
||||
}
|
||||
|
||||
DEBUG(5, ("Connecting to %s pipe.\n", pipe_name));
|
||||
|
||||
server_type = lp_parm_const_string(GLOBAL_SECTION_SNUM,
|
||||
"rpc_server", pipe_name,
|
||||
"embedded");
|
||||
|
||||
if (StrCaseCmp(server_type, "embedded") == 0) {
|
||||
status = rpc_pipe_open_internal(tmp_ctx,
|
||||
syntax, server_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user