]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r279589: Fix handling of queued text and logout requests.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Mar 2015 09:51:53 +0000 (09:51 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Mar 2015 09:51:53 +0000 (09:51 +0000)
commit00e5723523bc8e01fb8049668b94e5c09a4d0d1b
tree235698d3353c3b38309c93632a7c2b705a94fc56
parent93cd879d9031be22e49dd64d278ba23fe5d6c2fc
MFC r279589: Fix handling of queued text and logout requests.

While it may have little sense, text and logout requests can be queued.
If they are, they consume cmdsn, so we should increment our conn_cmdsn.

git-svn-id: svn://svn.freebsd.org/base/stable/10@279879 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/ctld/discovery.c