summaryrefslogtreecommitdiff
path: root/jni/iodine/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'jni/iodine/src/client.c')
-rw-r--r--jni/iodine/src/client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/jni/iodine/src/client.c b/jni/iodine/src/client.c
index 979f668..70ebe65 100644
--- a/jni/iodine/src/client.c
+++ b/jni/iodine/src/client.c
@@ -187,6 +187,9 @@ client_set_qtype(char *qtype)
do_qtype = T_SRV;
else if (!strcasecmp(qtype, "TXT"))
do_qtype = T_TXT;
+ // Added for Andiodine:
+ else
+ do_qtype = T_UNSET;
return (do_qtype == T_UNSET);
}