mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Don't treat # specially here
This commit is contained in:
parent
a729b39d7c
commit
effc341fe3
1 changed files with 0 additions and 6 deletions
|
|
@ -150,12 +150,6 @@ InterpretArg(const char *from, char *to)
|
|||
endpwent();
|
||||
break;
|
||||
|
||||
case '#':
|
||||
if (!instring)
|
||||
while (*from != '\0')
|
||||
*to++ = *from++;
|
||||
break;
|
||||
|
||||
default:
|
||||
*to++ = *from++;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue