mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
The 'text' argument of u_header() is not used, so we don't need to
trim_header() it. Noticed by: bde
This commit is contained in:
parent
b715b67f2c
commit
3c2ab2b0ec
1 changed files with 0 additions and 6 deletions
|
|
@ -688,11 +688,6 @@ u_header(text)
|
|||
char *text; /* ignored */
|
||||
|
||||
{
|
||||
char *s;
|
||||
|
||||
s = trim_header(text);
|
||||
if (s != NULL)
|
||||
text = s;
|
||||
|
||||
if (header_status == ERASE)
|
||||
{
|
||||
|
|
@ -701,7 +696,6 @@ char *text; /* ignored */
|
|||
clear_eol(header_length);
|
||||
header_status = OFF;
|
||||
}
|
||||
free(s);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue