diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/ser/files/patch-parser__msg_parser.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'net/ser/files/patch-parser__msg_parser.h')
-rw-r--r-- | net/ser/files/patch-parser__msg_parser.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ser/files/patch-parser__msg_parser.h b/net/ser/files/patch-parser__msg_parser.h new file mode 100644 index 000000000000..56625ccee28c --- /dev/null +++ b/net/ser/files/patch-parser__msg_parser.h @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- parser/msg_parser.h.orig ++++ parser/msg_parser.h +@@ -287,7 +288,11 @@ + + /* topmost Via is part of transaction key as well ! */ + src[5]= msg->via1->host; ++#if 0 + src[6]= msg->via1->port_str; ++#else ++ src[6].len = 0; ++#endif + if (msg->via1->branch) { + src[7]= msg->via1->branch->value; + MDStringArray ( cv, src, 8 ); |