mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
Fix duplicate field number
This commit is contained in:
@@ -87,7 +87,7 @@ message NsJailConfig {
|
||||
optional string cwd = 9 [default = "/"];
|
||||
|
||||
/* Defines whether to use switch_root or pivot_root */
|
||||
optional bool no_pivotroot = 88 [default = false];
|
||||
optional bool no_pivotroot = 94 [default = false];
|
||||
|
||||
/* TCP port to listen to. Valid with mode=LISTEN only */
|
||||
optional uint32 port = 10 [default = 0];
|
||||
|
||||
Reference in New Issue
Block a user