Commit 127ca5ee authored by Cedric Roux's avatar Cedric Roux

minor improvement

always a good idea to crash in unknown situations...
parent 0b7d2420
...@@ -183,6 +183,10 @@ again: ...@@ -183,6 +183,10 @@ again:
break; break;
case 2: break; case 2: break;
default:
printf("%s:%d:%s: unhandled message type %d\n",
__FILE__, __LINE__, __FUNCTION__, t);
abort();
} }
b = buf; b = buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment