aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/files/patch-epan_dissectors_packet-kerberos.c')
-rw-r--r--net/wireshark/files/patch-epan_dissectors_packet-kerberos.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c b/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c
deleted file mode 100644
index 13c7bfbd0ac6..000000000000
--- a/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- epan/dissectors/packet-kerberos.c.orig 2025-10-16 15:54:37 UTC
-+++ epan/dissectors/packet-kerberos.c
-@@ -3401,7 +3401,7 @@ read_keytab_file(const char *filename)
-
- /* generate origin string, describing where this key came from */
- for(i=0;i<key.principal->name.name_string.len;i++){
-- wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i]));
-+ wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i]);
- }
- wmem_strbuf_append_printf(str_principal, "@%s",key.principal->realm);
- new_key->key_origin = (char*)wmem_strbuf_get_str(str_principal);