diff options
| -rw-r--r-- | src/tsg_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index c481dd7..96837d5 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -801,7 +801,7 @@ char *session_l4_protocol_label_update(const struct streaminfo *a_stream) break; // SOCKS4 SOCKS5 HTTP default: - continue; + break; } if(l4_protocol_str!=NULL) |
