From 1934265c0886e486a6307fde92094d2c9397464f Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 25 May 2012 12:59:57 +0200 Subject: [PATCH] snep: Add SNEP version to the SNEP response --- plugins/snep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/snep.c b/plugins/snep.c index 5ae64b2..790dc91 100644 --- a/plugins/snep.c +++ b/plugins/snep.c @@ -119,6 +119,7 @@ static void snep_response_noinfo(int client_fd, uint8_t response) DBG("Response 0x%x", response); + resp.version = SNEP_VERSION; resp.response = response; resp.length = 0; -- 2.7.4