snep: Add SNEP version to the SNEP response
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 25 May 2012 10:59:57 +0000 (12:59 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 25 May 2012 11:15:48 +0000 (13:15 +0200)
plugins/snep.c

index 5ae64b2..790dc91 100644 (file)
@@ -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;