dect
/
asterisk
Archived
13
0
Fork 0

Add missing brace

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168732 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2009-01-15 20:00:46 +00:00
parent 7813d653a7
commit 9c759ce0bc
1 changed files with 1 additions and 0 deletions

View File

@ -8057,6 +8057,7 @@ static int add_header(struct sip_request *req, const char *var, const char *valu
if (sip_cfg.compactheaders) {
var = find_alias(var, var);
}
ast_str_append(&req->data, 0, "%s: %s\r\n", var, value);
req->header[req->headers] = req->data->str + req->len;