From 605bcb2f0921bd909422e1a11ddb5fa30859b49c Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Tue, 10 Feb 2009 22:26:17 +0000 Subject: [PATCH] *** empty log message *** --- src/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sock.c b/src/sock.c index 97cf114..e15231f 100644 --- a/src/sock.c +++ b/src/sock.c @@ -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);