wrapper.c: 'sort of working for testing' version, does not correctly handle

stdin, stdout
This commit is contained in:
simon 1997-10-10 11:21:29 +00:00
parent f8cb76e849
commit b5ed179649

View file

@ -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 */