libcli: Correct smb2_lease_pull
authorVolker Lendecke <vl@samba.org>
Fri, 27 Sep 2013 00:10:50 +0000 (17:10 -0700)
committerStefan Metzmacher <metze@samba.org>
Sun, 6 Oct 2013 11:55:50 +0000 (13:55 +0200)
commitc944d2ea41456d27e1f327f9e50b70c0bbbde824
tree0d3b78b5d8a52fdcde115f825204eab7bd855cb0
parenteb5e817a73ab158c8f106ac6ae0503d70a315d7f
libcli: Correct smb2_lease_pull

We don't really use leases yet, so so far this went by unnoticed. It's
the V2 lease requests that hold the parent lease key, not the V1 ones.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
libcli/smb/smb2_lease.c