diff options
author | Robert Mustacchi <rm@joyent.com> | 2015-04-16 03:53:48 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-04-16 03:53:48 +0000 |
commit | 27d0bf143905f387a1ccbec9cb4b98d2f50b6008 (patch) | |
tree | 51d8e715571f333b4e64ca840ca16520c2a304bd /usr/src/lib/varpd | |
parent | 7ddebef192aa003a348395deb5b9a404c11f2e66 (diff) | |
download | illumos-joyent-27d0bf143905f387a1ccbec9cb4b98d2f50b6008.tar.gz |
OS-4179 want search plugin in overlay property list (fix debug)
Diffstat (limited to 'usr/src/lib/varpd')
-rw-r--r-- | usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c b/usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c index ebd40bdfa7..abe65a8c5d 100644 --- a/usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c +++ b/usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c @@ -248,7 +248,6 @@ libvarpd_prop_info(varpd_prop_handle_t *phdl, const char **namep, int libvarpd_prop_get(varpd_prop_handle_t *phdl, void *buf, uint32_t *sizep) { - int i; varpd_prop_info_t *infop = (varpd_prop_info_t *)phdl; varpd_instance_t *instp = infop->vprop_instance; |