Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
[mesa.git] / src / gallium / auxiliary / rbug / rbug_connection.c
index 52acb700af9575cfc361695e53f6ba060ac0825c..ae4e27f9f6b99dd6b3122aa4d1e781f610ae2e21 100644 (file)
@@ -87,6 +87,7 @@ rbug_get_message(struct rbug_connection *c, uint32_t *serial)
    if (!data) {
       return NULL;
    }
+   data->opcode = 0;
 
    do {
       uint8_t *ptr = ((uint8_t*)data) + read;