Update comment on setting poll in reply packet
This commit is contained in:
parent
4b5f465026
commit
54211f0f6e
1 changed files with 2 additions and 1 deletions
|
@ -1509,7 +1509,8 @@ NCR_ProcessUnknown
|
|||
}
|
||||
|
||||
if (!do_auth || (valid_key && valid_auth)) {
|
||||
my_poll = message->poll; /* What should this be set to? Does the client actually care? */
|
||||
/* Reply with the same poll, the client may use it to control its poll */
|
||||
my_poll = message->poll;
|
||||
|
||||
transmit_packet(my_mode, my_poll,
|
||||
version,
|
||||
|
|
Loading…
Reference in a new issue