s3:auth_server: use cli_echo() to check if the server is alive
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Jul 2011 11:56:10 +0000 (13:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 11 Jul 2011 16:18:28 +0000 (18:18 +0200)
commit1f50d04a5cf3ec8909ebf5b7547adef2b16af0cb
tree60a799be67165339b048eef2992a9db674fdc0ec
parent8c29afe14ecc474d94314c55d730760754f2f067
s3:auth_server: use cli_echo() to check if the server is alive

This works over port 139 and also 445. send_keepalive() would
only work on port 139.

metze
source3/auth/auth_server.c