summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-17 23:41:44 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-17 23:41:44 +0300
commit8c24fe5997591ac4925736d68636b98edf021f43 (patch)
treef6a012ce38a66006f010b41e0a311395f09325e7 /protocol
parent3627d42af059a52d2095efc783550fe589d68bcb (diff)
server:
server-session init bug fixed bit of trace log client-qt: bit of trace log
Diffstat (limited to 'protocol')
-rw-r--r--protocol/udm.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto
index c26224a..1ecb076 100644
--- a/protocol/udm.proto
+++ b/protocol/udm.proto
@@ -143,7 +143,7 @@ enum PASSWD_HASH_TYPE {
}
message client_auth_info {
- required string password = 1;
+ required bytes password = 1;
optional PASSWD_HASH_TYPE hash_type = 2 [default = HASH_NONE];
}