Skip to content

Commit

Permalink
Merge pull request the-tcpdump-group#580 from jromanr/master
Browse files Browse the repository at this point in the history
rpcapd: The remote capture does not start when the remote client uses the non null authentication procedure.
  • Loading branch information
guyharris authored May 15, 2017
2 parents 0e66da1 + 0f4fa2f commit cbffeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcapd/daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ int daemon_checkauth(SOCKET sockctrl, int nullAuthAllowed, char *errbuf)
retcode = -1;
goto error;
}
totread = nread;
totread += nread;
nread = sock_recv(sockctrl, string2, len2,
SOCK_RECEIVEALL_YES, errbuf, PCAP_ERRBUF_SIZE);
if (nread == -1)
Expand Down

0 comments on commit cbffeae

Please # to comment.