mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct comment typo.
This commit is contained in:
parent
124493a1de
commit
bc7622b746
1 changed files with 1 additions and 1 deletions
|
|
@ -1329,7 +1329,7 @@ tac_get_av_value(struct tac_handle *h, const char *attribute)
|
|||
* Note that for empty string attribute values a
|
||||
* 0-length string is returned in order to distinguish
|
||||
* against unset values.
|
||||
* dump_str() will handle srvr.len == 0 correctly.
|
||||
* dup_str() will handle srvr.len == 0 correctly.
|
||||
*/
|
||||
if (found_seperator == 1) {
|
||||
srvr.len = end - ch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue