summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 92f3491..47f3cd7 100644
--- a/main.c
+++ b/main.c
@@ -18,9 +18,9 @@ static gboolean send_timeout(gpointer data) {
/* flx_server_post_query(flx, 0, AF_UNSPEC, k); */
/* flx_key_unref(k); */
- k = flx_key_new("ecstasy.local.", FLX_DNS_CLASS_IN, FLX_DNS_TYPE_A);
- flx_server_post_query(flx, 0, AF_INET, k);
- flx_key_unref(k);
+/* k = flx_key_new("ecstasy.local.", FLX_DNS_CLASS_IN, FLX_DNS_TYPE_A); */
+/* flx_server_post_query(flx, 0, AF_INET, k); */
+/* flx_key_unref(k); */
return FALSE;
}