implement con_id for matching containers, extend testcase

This commit is contained in:
Michael Stapelberg
2010-04-16 15:30:07 +02:00
parent caa1e9a962
commit 93600ce0fd
5 changed files with 78 additions and 11 deletions

View File

@ -114,7 +114,7 @@ IPC_HANDLER(command) {
* message_size bytes out of the buffer */
char *command = scalloc(message_size);
strncpy(command, (const char*)message, message_size);
parse_command((const char*)command);
parse_cmd((const char*)command);
free(command);
/* For now, every command gets a positive acknowledge