diff options
| author | yangwei <[email protected]> | 2023-07-16 14:51:16 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-07-16 14:51:16 +0800 |
| commit | 613bc2bbde0e6cfae60c0c4e64cb98d7b9b7f644 (patch) | |
| tree | cd6549cfd2aafa6e56bcfeab093e342334d92093 | |
| parent | c4584669765481f94197ffab3b9f6fb31218b995 (diff) | |
🐞 fix(session_l4_protocol_label_update): FIX OMPUB-963v6.0.38
| -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) |
