hansipie před 10 roky
rodič
revize
59c418cd01
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

@@ -1440,7 +1440,7 @@ static void sockaddr_to_string(char *buf, size_t len, const union usa *usa)
 	buf[0] = '\0';
 
 	if (!usa) {
-		return NULL;
+		return;
 	}
 	
 	if (usa->sa.sa_family == AF_INET) {