s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()
authorStefan Metzmacher <metze@samba.org>
Thu, 4 Feb 2010 13:03:20 +0000 (14:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 4 Feb 2010 13:27:12 +0000 (14:27 +0100)
commitc2e4746fa9d68e7601e8e90cc0144d2e65a695b6
tree2cf01ccebdd65ad86beb00e422aa05c7564e4254
parent6cf5bdd3d389a2bf30a2cd7118061d037888ab94
s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()

When we need to do more than one network operation to get the
browse list we need to use the same 'stype' value each time.

metze
source3/libsmb/clirap.c