diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-12 17:27:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-12 17:27:06 +0200 |
commit | b4bfe4083ef39cda1ecfe9a29bc8890d54cd23ac (patch) | |
tree | 96b91cf4105fa9a9455ea02ca20bdf2249a909c8 | |
parent | m todo (diff) | |
download | mds-b4bfe4083ef39cda1ecfe9a29bc8890d54cd23ac.tar.gz mds-b4bfe4083ef39cda1ecfe9a29bc8890d54cd23ac.tar.bz2 mds-b4bfe4083ef39cda1ecfe9a29bc8890d54cd23ac.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/mds-clipboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mds-clipboard.c b/src/mds-clipboard.c index 6302ceb..7ed2508 100644 --- a/src/mds-clipboard.c +++ b/src/mds-clipboard.c @@ -455,8 +455,6 @@ int handle_message(void) else if __get_header(recv_index, "Index: "); else if __get_header(recv_time_to_live, "Time to live: "); else if __get_header(recv_client_closed, "Client closed: "); - else - continue; } #undef __get_header |