Project

General

Profile

Revision 408

added asleep to wl_do loop

View differences:

ConnectionPool.cpp
335 335
      }
336 336

  
337 337
      Command command(this);
338
      if (command.parse_command(temporary_command_buffer, pool_index) < 0) {
338
      if (command.parse_command(temporary_command_buffer, pool_index) != 0) {
339 339
	printf("There was an error parsing command\n");
340 340
	break;
341 341
      }

Also available in: Unified diff