projects
/
platform
/
adaptation
/
emulator
/
emulator-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742bf17
)
net: remove log
author
Munkyu Im
<munkyu.im@samsung.com>
Thu, 21 May 2015 08:38:43 +0000
(17:38 +0900)
committer
Munkyu Im
<munkyu.im@samsung.com>
Thu, 21 May 2015 08:39:01 +0000
(17:39 +0900)
Change-Id: I77331d8f48b972070d4d47dab764fc4a458c5eb9
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
src/net.cpp
patch
|
blob
|
history
diff --git
a/src/net.cpp
b/src/net.cpp
index abd9e7a78370c3ed081f1dadee0530733648b576..0cfa14088a24bc8924240388cba4a09ed281038e 100644
(file)
--- a/
src/net.cpp
+++ b/
src/net.cpp
@@
-372,7
+372,6
@@
void get_guest_addr()
strcpy(ifrq.ifr_name, "eth0");
while (ioctl(fd, SIOCGIFADDR, &ifrq) < 0)
{
- LOGINFO("wait until ip allocated...")
sleep(0.5);
}
sin = (struct sockaddr_in *)&ifrq.ifr_addr;