fixed error

This commit is contained in:
MaximZaitsev
2016-08-15 11:26:21 +03:00
parent a9bfbf69f6
commit d80c2ea903
@@ -2,7 +2,7 @@ syntax = "proto3";
package carkot;
message ConnectionRequest {
repeated int32 ipValues
repeated int32 ipValues = 1;
int32 port = 2;
}