فهرست منبع

Fix compile error

bel 10 سال پیش
والد
کامیت
26444165c1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 */