mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
If the localid is set, don't forget to expand it...
This commit is contained in:
parent
10484b859e
commit
a3faae319b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26372
@ -4308,6 +4308,7 @@ RCS_setlocalid (arg)
|
||||
|
||||
keywords[KEYWORD_LOCALID].string = xstrdup(key);
|
||||
keywords[KEYWORD_LOCALID].len = strlen(key);
|
||||
keywords[KEYWORD_LOCALID].expandit = 1;
|
||||
|
||||
/* options? */
|
||||
while (key = strtok(NULL, ",")) {
|
||||
|
Loading…
Reference in New Issue
Block a user