projects
/
chaz
/
yoink
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd6f20
)
bugfix: service and name swapped
author
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Fri, 21 May 2010 06:20:12 +0000
(
00:20
-0600)
committer
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Fri, 21 May 2010 06:20:12 +0000
(
00:20
-0600)
src/Moof/Socket.hh
patch
|
blob
|
history
diff --git
a/src/Moof/Socket.hh
b/src/Moof/Socket.hh
index da8132acf62657d9cd688d03e09dd0f165ce487d..a4cb310b3403b4183562354dedbc54d56ab24738 100644
(file)
--- a/
src/Moof/Socket.hh
+++ b/
src/Moof/Socket.hh
@@
-111,7
+111,7
@@
public:
mType(addr->ai_socktype)
{
memcpy(&mAddr.sa, addr->ai_addr, addr->ai_addrlen);
- getNameAndService(m
Service, mNam
e);
+ getNameAndService(m
Name, mServic
e);
}
/**
@@
-127,7
+127,7
@@
public:
mType(type)
{
memcpy(&mAddr.sa, addr, size);
- getNameAndService(m
Service, mNam
e);
+ getNameAndService(m
Name, mServic
e);
}
This page took
0.01904 seconds
and
4
git commands to generate.