]> git.ipfire.org Git - thirdparty/samba.git/commit
cifs.upcall: declare a structure for holding decoded args
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 15:04:55 +0000 (11:04 -0400)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 Oct 2009 13:04:55 +0000 (15:04 +0200)
commit0b516e8e9e5b1c4b2ab32b27c37ec708d6afd5d2
tree6496fe1a0bc24e78c404ab733523519158025cf5
parent56de963329bed9a06d27d70dad1d6a21f5f9213a
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>
source/client/cifs.upcall.c