projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5848874
)
luci-0.10: merge r7297
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Jul 2011 09:05:10 +0000
(09:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Jul 2011 09:05:10 +0000
(09:05 +0000)
libs/nixio/src/io.c
patch
|
blob
|
history
diff --git
a/libs/nixio/src/io.c
b/libs/nixio/src/io.c
index 84bc84f6da2b6a192c079345831a24b558ef6f8e..1d8f4484c6d72f590640b2861099233412ed35fa 100644
(file)
--- a/
libs/nixio/src/io.c
+++ b/
libs/nixio/src/io.c
@@
-179,7
+179,7
@@
static int nixio_sock__recvfrom(lua_State *L, int from) {
}
}
#ifndef __WINNT__
- else if (sock->domain == AF_UNIX) {
+ else if (sock->domain == AF_UNIX
&& alen > sizeof(sa_family_t)
) {
lua_pushstring(L, addr_un.sun_path);
return 2;
}