X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=d6e5346d26e468a73addc6b6fc8eca369d6e58b3;hb=8cefc1450e2d929de5d2878518e7b8b2b77ff755;hp=5468ad4f9eebe74df02ece68166520de3bb52f06;hpb=ccc53fa17993db45742de9a70000ee7eefebe8f6;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 5468ad4..d6e5346 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -399,9 +399,6 @@ int ustcomm_send_request(struct ustcomm_connection *conn, char *req, char **repl PERROR("send"); return -1; } - else if(result == 0) { - return 0; - } if(!reply) return 1;