Fix duplicate field number

This commit is contained in:
Wiktor Garbacz
2021-08-04 10:25:38 +02:00
parent 95e112cf41
commit 8e13a76b99

View File

@@ -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];