cifs.upcall: declare a structure for holding decoded args
commit3eac202b211b382ebe299538647cbbd7d0c803b1
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 14:44:40 +0000 (14 10:44 -0400)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 Oct 2009 13:02:52 +0000 (16 15:02 +0200)
tree8ab733cb7ca45afbcfcd38a61c5411e39201c1e0
parent8bf083788bed03fdc7b535595eea8ce83a6f15f9
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>
source3/client/cifs.upcall.c