From 373ad06c45420a5abdb1f9295ed754f4f02a2f16 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 29 May 2016 01:14:44 -0500 Subject: [PATCH] That's more correct honestly --- bin/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/main.c b/bin/main.c index 7587402..0ef6102 100644 --- a/bin/main.c +++ b/bin/main.c @@ -138,8 +138,8 @@ int main(int argc, char **argv) { } case 8: { - response = 129; - state = 20; + response = statusCode; + state = 0; break; }