diff options
Diffstat (limited to 'usr/src/lib/libsip/common/sip_headers.c')
-rw-r--r-- | usr/src/lib/libsip/common/sip_headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsip/common/sip_headers.c b/usr/src/lib/libsip/common/sip_headers.c index f6d90bf5b5..d299ab4e79 100644 --- a/usr/src/lib/libsip/common/sip_headers.c +++ b/usr/src/lib/libsip/common/sip_headers.c @@ -728,7 +728,7 @@ _sip_get_header_functions(sip_header_function_t *sip_header_function_table, } header_name = sip_header->sip_hdr_current; if (sip_find_separator(sip_header, SIP_HCOLON, (char)NULL, - (char)NULL) != 0) { + (char)NULL, B_FALSE) != 0) { return (NULL); } len = sip_header->sip_hdr_current - header_name; |