snep: Remove unreachable code in snep_read
authorSzymon Janc <szymon.janc@tieto.com>
Tue, 7 Aug 2012 12:22:35 +0000 (14:22 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 14 Aug 2012 15:29:25 +0000 (17:29 +0200)
plugins/snep.c

index c5d5d00..488b765 100644 (file)
@@ -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;