*** empty log message ***

This commit is contained in:
Thomas Ries
2009-02-10 22:26:17 +00:00
parent 9c81fd9102
commit 605bcb2f09
+1 -1
View File
@@ -142,7 +142,7 @@ int sipsock_read(void *buf, size_t bufsize,
socklen_t fromlen;
fromlen=sizeof(struct sockaddr_in);
*protocol = PROTO_UDP; /* up to now, unly UDP */
*protocol = PROTO_UDP; /* up to now, only UDP */
count=recvfrom(sip_udp_socket, buf, bufsize, 0,
(struct sockaddr *)from, &fromlen);