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)
committerJeremy Allison <jra@samba.org>
Tue, 18 Nov 2008 19:24:28 +0000 (11:24 -0800)
commitf9ecc1971b78b7ffc2d5c1a47ff7265916003bfd
treed4a37fc70ae3e8956c19de7badbc8130995e8379
parent7385e842292469beaa699fafd8139506a3856b7f
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.
source/libsmb/clifile.c