libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal
authorKai Blin <kai@samba.org>
Tue, 18 Nov 2008 15:31:34 +0000 (16:31 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 19 Nov 2008 08:31:06 +0000 (09:31 +0100)
commit5901855d778adca7c9e28922f304e190e62cf402
treed99e98cf11b8f8f6a6f38847d30bce869ae0866f
parent30175a22b7f979cffc0cb839159189d2ed7f2bb7
libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal

Seems like this one fell victim to the pstring removal. The other callers seem
to be fine, even though removing the casts would make the code less confusing.
(cherry picked from commit f9ecc1971b78b7ffc2d5c1a47ff7265916003bfd)
source/libsmb/clifile.c