wrapper.c: 'sort of working for testing' version, does not correctly handle
stdin, stdout
This commit is contained in:
parent
f8cb76e849
commit
b5ed179649
|
@ -51,7 +51,7 @@ void wrapper( int conversation)
|
||||||
|
|
||||||
recv( hear, firstln, 80, MSG_PEEK);
|
recv( hear, firstln, 80, MSG_PEEK);
|
||||||
|
|
||||||
puts( "looking for command");
|
printf( "looking for command to match [%s]\n", firstln);
|
||||||
|
|
||||||
command = get_handler_command( firstln);
|
command = get_handler_command( firstln);
|
||||||
/* and find the appropriate handler */
|
/* and find the appropriate handler */
|
||||||
|
|
Loading…
Reference in a new issue