From: Ray Strode Date: Thu, 4 Sep 2008 21:43:26 +0000 (-0400) Subject: Don't send ack in addition to cached response X-Git-Tag: 0.6.0~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223a6fca83babe03aaf818ce5b16e96c2a9e0aa3;p=thirdparty%2Fplymouth.git Don't send ack in addition to cached response Just a missing return statement --- diff --git a/src/ply-boot-server.c b/src/ply-boot-server.c index ce053bfa..27ddadcb 100644 --- a/src/ply-boot-server.c +++ b/src/ply-boot-server.c @@ -373,6 +373,7 @@ ply_boot_connection_on_request (ply_boot_connection_t *connection) } ply_buffer_free (buffer); + return; } else if (strcmp (command, PLY_BOOT_PROTOCOL_REQUEST_TYPE_NEWROOT) == 0) {