cifs.upcall: declare a structure for holding decoded args
commit9724c2e38497a87b078a163f68c5372886f90c60
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 14:44:40 +0000 (14 10:44 -0400)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Oct 2009 13:00:32 +0000 (20 15:00 +0200)
treef37b0b965b58eca532ffe41e92bb42a81fb958b2
parent49b8601024942b5ebaac11968f22eda78cf46481
cifs.upcall: declare a structure for holding decoded args

The argument list for the decoder is becoming rather long. Declare an
args structure and use that for holding the args. This also simplifies
pointer handling a bit.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 3eac202b211b382ebe299538647cbbd7d0c803b1)
source3/client/cifs.upcall.c