Selaa lähdekoodia

- small typo fix

Andrei Pelinescu-Onciul 23 vuotta sitten
vanhempi
commit
c330ec012f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      udp_server.c

+ 1 - 1
udp_server.c

@@ -119,7 +119,7 @@ int udp_init(struct ip_addr* ip, unsigned short port)
 		goto error;
 	}
 	
-	if (init_su(addr, ip, htons(port)<0){
+	if (init_su(addr, ip, htons(port))<0){
 		LOG(L_ERR, "ERROR: udp_init: could not init sockaddr_union\n");
 		goto error;
 	}