[svn-commits] simon.perreault: branch group/v6 r85138 - /team/group/v6/trunk/main/netsock.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Oct 9 11:00:45 CDT 2007
Author: simon.perreault
Date: Tue Oct 9 11:00:45 2007
New Revision: 85138
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85138
Log:
Fixed whitespace.
Modified:
team/group/v6/trunk/main/netsock.c
Modified: team/group/v6/trunk/main/netsock.c
URL: http://svn.digium.com/view/asterisk/team/group/v6/trunk/main/netsock.c?view=diff&rev=85138&r1=85137&r2=85138
==============================================================================
--- team/group/v6/trunk/main/netsock.c (original)
+++ team/group/v6/trunk/main/netsock.c Tue Oct 9 11:00:45 2007
@@ -1253,10 +1253,9 @@
socklen_t sa1len,
const struct sockaddr *sa2,
socklen_t sa2len)
- {
- if (NULL == sa1 || NULL == sa2) {
- return 1;
- }
+{
+ if (NULL == sa1 || NULL == sa2)
+ return 1;
return !(sa1->sa_family == sa2->sa_family);
}
More information about the svn-commits
mailing list