bel před 10 roky
rodič
revize
26444165c1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 */