diff options
author | Tim Potter <tpot@samba.org> | 2001-10-30 00:19:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-30 00:19:43 +0000 |
commit | d16ce1910bfa5836b99b1fcb75c86d008f7bf666 (patch) | |
tree | bf123dd1690e00f52a82f133b3ccf4085d97d64c | |
parent | 11dc29786ed7844440827aca6a07901ebcb56157 (diff) | |
download | samba-d16ce1910bfa5836b99b1fcb75c86d008f7bf666.tar.gz samba-d16ce1910bfa5836b99b1fcb75c86d008f7bf666.tar.bz2 samba-d16ce1910bfa5836b99b1fcb75c86d008f7bf666.zip |
Fixed typo in debug message.
(This used to be commit 26fa0374bb5894ece460899ca37cf512c4424b2f)
-rw-r--r-- | source3/rpc_client/cli_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index 8fcfab00ab..50f68e19f0 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -377,7 +377,7 @@ static NTSTATUS cli_net_sam_logon_internal(struct cli_state *cli, NET_ID_INFO_CT /* send the data on \PIPE\ */ if (!rpc_api_pipe_req(cli, NET_SAMLOGON, &buf, &rbuf)) { - DEBUG(0,("cli_net_sam_logon_internal: Error pc_api_pipe_req failed.\n")); + DEBUG(0,("cli_net_sam_logon_internal: Error rpc_api_pipe_req failed.\n")); goto out; } |