removed unused protobuf variable

This commit is contained in:
Nikos Mavrogiannopoulos
2014-06-09 16:55:49 +02:00
parent a3b8745f44
commit 46f9327684

View File

@@ -138,7 +138,6 @@ message sec_auth_init_msg
/* SEC_AUTH_CONT */
message sec_auth_cont_msg
{
required bool tls_auth_ok = 1 [default = false];
required string password = 2;
required bytes sid = 3;
required string ip = 4;