start implementing sharing of buffer info
[ust.git] / libustcomm / ustcomm.c
index 5468ad4f9eebe74df02ece68166520de3bb52f06..d6e5346d26e468a73addc6b6fc8eca369d6e58b3 100644 (file)
@@ -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;
This page took 0.022745 seconds and 4 git commands to generate.