mirror of
https://github.com/ipxe/ipxe
synced 2026-01-07 04:31:39 +03:00
[parseopt] Allow parsed option to be modified
Parsing a setting name requires the ability to modify the text being parsed. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -84,7 +84,7 @@ static int imgtrust_exec ( int argc, char **argv ) {
|
||||
/** "imgverify" options */
|
||||
struct imgverify_options {
|
||||
/** Required signer common name */
|
||||
const char *signer;
|
||||
char *signer;
|
||||
/** Keep signature after verification */
|
||||
int keep;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user