diff --git a/Makefile b/Makefile
index 6c5f6b1e9beb5a43d6adf8278076e083b16bca3b..8507369df48788ab9408ff5dbf8bda5ae17abe5b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #use llvm by default, GNU C otherwise
-CC=$(shell which clang || which gcc)
+CC=gcc
 
 PREFIX ?= /usr
 BINDIR ?= $(PREFIX)/bin
diff --git a/src/templ-payloads.c b/src/templ-payloads.c
index 669c6af40de68213cf0a32c1430d2d0976adb19d..a963247bd39556e4b308bb281f2a1ae4570cf796 100644
--- a/src/templ-payloads.c
+++ b/src/templ-payloads.c
@@ -66,8 +66,8 @@ struct Payload2 hard_coded_payloads[] = {
         /* 02 */"\x01\x20"  /* quer y*/
         /* 04 */"\x00\x01"  /* query = 1 */
         /* 06 */"\x00\x00\x00\x00\x00\x00"
-        /* 0c */"\x07" "version"  "\x04" "bind" "\xc0\x1b"
-        /* 1b */"\x00\x10" /* TXT */            /*^^^^^^^_____IDS LULZ HAH HA HAH*/
+        /* 0c */"\x07" "version"  "\x04" "bind" "\x00"
+        /* 1b */"\x00\x10" /* TXT */           
         /* 1d */"\x00\x03" /* CHAOS */
         /* 1f */
     },