Ver Fonte

Fix compile error

bel há 10 anos atrás
pai
commit
26444165c1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -5107,7 +5107,7 @@ static void send_file_data(struct mg_connection *conn,
 	int64_t size;
 
 	if (!filep || !conn) {
-		break;
+		return;
 	}
 
 	/* Sanity check the offset */