diff options
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/libnet_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_rpc.c b/source4/libnet/libnet_rpc.c index 83df2621b4..138b926742 100644 --- a/source4/libnet/libnet_rpc.c +++ b/source4/libnet/libnet_rpc.c @@ -659,7 +659,7 @@ static void continue_lsa_query_info2(struct tevent_req *subreq) to the next step. After all, it doesn't have to be AD domain controller we talking to - NT-style PDC also counts */ - if (NT_STATUS_EQUAL(c->status, NT_STATUS_NET_WRITE_FAULT)) { + if (NT_STATUS_EQUAL(c->status, NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE)) { s->r.out.realm = NULL; s->r.out.guid = NULL; |