s3:client: simplify readline_callback() to only use cli_echo()
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Jul 2011 11:19:47 +0000 (13:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 11 Jul 2011 16:18:27 +0000 (18:18 +0200)
commit6ec26f0c1a5ac917864078296d6ca89eb65510f9
treed3c6e92f122ca78896cf6dd1d1e3182af0aafb10
parenta2e248f27084fd81631dd3dc6614e078d8f99924
s3:client: simplify readline_callback() to only use cli_echo()

cli_echo() already swallows NBT keepalive messages,
so there's no need to filter them in the 'smbclient' layer.

metze
source3/client/client.c