DA: Add exception check for time logic
[platform/upstream/connman.git] / tools / resolv-test.c
old mode 100644 (file)
new mode 100755 (executable)
index 8953acd..1aad284
@@ -63,6 +63,8 @@ static const char *status2str(GResolvResultStatus status)
                return "not implemented";
        case G_RESOLV_RESULT_STATUS_REFUSED:
                return "refused";
+       case G_RESOLV_RESULT_STATUS_NO_ANSWER:
+               return "no answer";
        }
 
        return NULL;