mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv()
metze
This commit is contained in:
parent
67a24fe933
commit
eb3ee7801f
@ -420,6 +420,8 @@ int _tstream_npa_connect_recv(struct tevent_req *req,
|
||||
struct tstream_npa,
|
||||
location);
|
||||
if (!stream) {
|
||||
*perrno = ENOMEM;
|
||||
tevent_req_received(req);
|
||||
return -1;
|
||||
}
|
||||
ZERO_STRUCTP(npas);
|
||||
|
Loading…
x
Reference in New Issue
Block a user