Selaa lähdekoodia

Fix compile error

bel 10 vuotta sitten
vanhempi
commit
26444165c1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */