dect
/
asterisk
Archived
13
0
Fork 0

Clarify result of sipsock_read

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21707 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-04-19 23:49:36 +00:00
parent 5141b94617
commit 8791c86837
1 changed files with 3 additions and 1 deletions

View File

@ -11867,7 +11867,9 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
}
/*! \brief Read data from SIP socket
\note Successful messages is connected to SIP call and forwarded to handle_request() */
\return 1 on error, 0 on success
\note Successful messages is connected to SIP call and forwarded to handle_request()
*/
static int sipsock_read(int *id, int fd, short events, void *ignore)
{
struct sip_request req;