Changeset - f02df2b37b49
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-08-07 20:19:22
ohnobinki@ohnopublishing.net
Prevent libdistren from thinking it received the same packet multiple times.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/client/libdistren_request.c
Show inline comments
 
@@ -98,12 +98,13 @@ size_t libdistren_remoteio_read_handle(s
 
	  fprintf(stderr, "Unrecognized request type: %lu\n", (unsigned long)req->type);
 
	  break;
 
	}
 

	
 
      distren_request_free(req);
 
      buf += last_len;
 
      to_return += last_len;
 
      len -= last_len;
 
    }
 

	
 
  return to_return;
 
}
 

	
0 comments (0 inline, 0 general)