# HG changeset patch # User Nathan Phillip Brink # Date 2010-08-07 20:13:24 # Node ID f1bc1a7e4b90039d6068d12d36e41623fe242a8a # Parent c318109520cc1f9622f24c60b0a6cd9dcfc102a3 Fix inconsistency in protocol.h's comments. diff --git a/src/common/protocol.h b/src/common/protocol.h --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -55,7 +55,7 @@ enum distren_request_type * tells if it is a client or server. Sends PACKAGE_STRING as well * as informing the other server what type of server this is. * - * DATA: struct distren_request followed by PACKAGE_STRING. The length of PACKAGE_STRING must be no longer than 32 bytes. + * DATA: struct distren_request_version. * * REQUIRED: ALL */