Skip to content
Snippets Groups Projects
Commit 60d3959c authored by Dan Egnor's avatar Dan Egnor
Browse files

Patch for compile errors, from CDS

parent 97f1eb4d
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ oop_adns_query *oop_adns_submit_reverse( ...@@ -102,7 +102,7 @@ oop_adns_query *oop_adns_submit_reverse(
int err; int err;
if (NULL == q) return NULL; if (NULL == q) return NULL;
err = adns_submit_reverse(a->state,addr,type,flags,q,&q->query))); err = adns_submit_reverse(a->state,addr,type,flags,q,&q->query);
if (errcode) *errcode = err; if (errcode) *errcode = err;
if (err) { if (err) {
oop_free(q); oop_free(q);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment