]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix sentinel position in sample u2u server
authorGreg Hudson <ghudson@mit.edu>
Thu, 13 Jun 2013 15:06:23 +0000 (11:06 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 13 Jun 2013 15:06:54 +0000 (11:06 -0400)
commit0903006d9aef36b58d6ee7dfa5b10771add92279
tree2f254f4c7be970c39470b1d556f1b2b3c602a63c
parente51c089b745161dd6e1d64998e99d065fc22377e
Fix sentinel position in sample u2u server

Print "Server started" after calling listen(), or there wil be a race
where the client tries to connect before there is a listen queue and
gets ECONNREFUSED.
src/appl/user_user/server.c