Browse Source

minor fix

hansipie 10 years ago
parent
commit
59c418cd01
1 changed files with 1 additions and 1 deletions
  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) {