Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move close() to os_close()
[olsrd.git]
/
src
/
scheduler.c
diff --git
a/src/scheduler.c
b/src/scheduler.c
index
2ee7973
..
0c3b017
100644
(file)
--- a/
src/scheduler.c
+++ b/
src/scheduler.c
@@
-274,7
+274,7
@@
olsr_flush_sockets(void)
struct list_iterator iterator;
OLSR_FOR_ALL_SOCKETS(entry, iterator) {
-
CLOSESOCKET
(entry->fd);
+
os_close
(entry->fd);
list_remove(&entry->socket_node);
free(entry);
}