Fixed typo in debug message.
authorTim Potter <tpot@samba.org>
Fri, 24 Aug 2001 18:37:06 +0000 (18:37 +0000)
committerTim Potter <tpot@samba.org>
Fri, 24 Aug 2001 18:37:06 +0000 (18:37 +0000)
(This used to be commit ea8c0a75affe56f8fbcb987cd6f8cdcd24e8a537)

source3/rpc_client/cli_netlogon.c

index 0568c04ed84ba7129c9b9345d52b51d186c3bcf0..18266739ac8e52f6f442a6fdbf95f393d56a25a8 100644 (file)
@@ -379,7 +379,7 @@ static uint32 cli_net_sam_logon_internal(struct cli_state *cli, NET_ID_INFO_CTR
 
        /* send the data on \PIPE\ */
        if (!rpc_api_pipe_req(cli, NET_SAMLOGON, &buf, &rbuf)) {
-               DEBUG(0,("cli_net_sam_logon_internal: Erro rpc_api_pipe_req failed.\n"));
+               DEBUG(0,("cli_net_sam_logon_internal: Erropc_api_pipe_req failed.\n"));
                goto out;
        }