git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-11-14 14:46:45 +00:00
parent 7f8ecd2cd3
commit b4839d4d4a

View File

@@ -268,7 +268,7 @@ struct ast_variable *ast_variable_new(const char *name, const char *value, const
dst += name_len;
variable->value = strcpy(dst, value);
dst += fn_len;
variable->file = strcpy(dst, value);
variable->file = strcpy(dst, filename);
}
return variable;
}