1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:lib/netapi: do not use rpc_pipe_np_smb_conn()

Signed-off-by: Gregor Beck <gbeck@sernet.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Gregor Beck 2013-09-13 11:12:25 +02:00 committed by Andrew Bartlett
parent 7f863642db
commit a9331e482c

View File

@ -169,7 +169,7 @@ static NTSTATUS pipe_cm_find(struct client_ipc_connection *ipc,
for (p = ipc->pipe_connections; p; p = p->next) {
const char *ipc_remote_name;
if (!rpc_pipe_np_smb_conn(p->pipe)) {
if (!rpccli_is_connected(p->pipe)) {
return NT_STATUS_PIPE_EMPTY;
}