s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()
commit969976176b908056eaa06929042f1d95b2c7e257
authorStefan Metzmacher <metze@samba.org>
Thu, 4 Feb 2010 13:03:20 +0000 (4 14:03 +0100)
committerFernando J V da Silva <fernandojvsilva@yahoo.com.br>
Thu, 4 Feb 2010 19:09:58 +0000 (4 17:09 -0200)
treefa4f1329fee26fabf282574010559ce04542c955
parent4f75e4c83fa49592c1a87fb757edae46160cb9f0
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