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:23:36 +0000 (11:23 -0800)
commitaa26b0aa3d913b09ead97c2c0bbfade0dddcd251
treeac91fd8010e538c5051247e443d16aae2977a783
parent71878cb566aa9edeb85ac134a1ad60cfbc2927fe
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