mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Note that r186713 also contained a change to VarAdd where we propagate the
newly created 'Var' back to the caller. Also, back out an accidentally commented WIP comment.
This commit is contained in:
parent
ac64560939
commit
fa600cb9ba
1 changed files with 1 additions and 2 deletions
|
|
@ -2319,8 +2319,7 @@ match_var(const char str[], const char var[])
|
|||
* None. The old string must be freed by the caller
|
||||
*/
|
||||
Buffer *
|
||||
//Var_Subst(const char *var, const char *str, GNode *ctxt, Boolean undefErr)
|
||||
Var_Subst( const char *str, GNode *ctxt, Boolean err)
|
||||
Var_Subst(const char *str, GNode *ctxt, Boolean err)
|
||||
{
|
||||
Boolean errorReported;
|
||||
Buffer *buf; /* Buffer for forming things */
|
||||
|
|
|
|||
Loading…
Reference in a new issue