diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 18:17:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 18:17:49 +0200 |
commit | 918cf97e44a66f114def04f864ae2db83eb57135 (patch) | |
tree | 0cc3bc09e1ff89672177291f748bb63ec92f2367 /src | |
parent | misc (diff) | |
download | mds-918cf97e44a66f114def04f864ae2db83eb57135.tar.gz mds-918cf97e44a66f114def04f864ae2db83eb57135.tar.bz2 mds-918cf97e44a66f114def04f864ae2db83eb57135.tar.xz |
add a todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mds-server.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mds-server.c b/src/mds-server.c index 6f0764d..c6db625 100644 --- a/src/mds-server.c +++ b/src/mds-server.c @@ -541,6 +541,9 @@ void* slave_loop(void* data) goto reexec; + /* TODO multicast information about the client closing. */ + + fail: /* The loop does break, this done on success as well. */ /* Close socket and free resources. */ close(socket_fd); |