projects
/
platform
/
upstream
/
neard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4dde0
)
snep: Remove unreachable code in snep_read
author
Szymon Janc
<szymon.janc@tieto.com>
Tue, 7 Aug 2012 12:22:35 +0000
(14:22 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Tue, 14 Aug 2012 15:29:25 +0000
(17:29 +0200)
plugins/snep.c
patch
|
blob
|
history
diff --git
a/plugins/snep.c
b/plugins/snep.c
index
c5d5d00
..
488b765
100644
(file)
--- a/
plugins/snep.c
+++ b/
plugins/snep.c
@@
-267,7
+267,6
@@
static near_bool_t snep_read(int client_fd,
return FALSE;
case SNEP_REQ_PUT:
return snep_read_ndef(client_fd, snep_data);
- break;
}
return FALSE;