summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authordougm <none@none>2008-02-01 10:11:12 -0800
committerdougm <none@none>2008-02-01 10:11:12 -0800
commitb83b3cacf4b470a7fd949dbb89d44d56d23c8a8f (patch)
tree4125381a1be375ded94a2011db1fd922df43b8eb /usr
parent4be70790cfe8d92fa6249ff02f1e5f1268ae2b8e (diff)
downloadillumos-gate-b83b3cacf4b470a7fd949dbb89d44d56d23c8a8f.tar.gz
6558321 zfs_share_nfs() fails the second time through (fix lint)
Diffstat (limited to 'usr')
-rw-r--r--usr/src/lib/libshare/common/libsharecore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libshare/common/libsharecore.c b/usr/src/lib/libshare/common/libsharecore.c
index 6875f79978..cdccd94b11 100644
--- a/usr/src/lib/libshare/common/libsharecore.c
+++ b/usr/src/lib/libshare/common/libsharecore.c
@@ -2155,7 +2155,7 @@ sa_delete_sharetab(sa_handle_t handle, char *path, char *proto)
* change by another process. B_FALSE returned otherwise.
*/
boolean_t
-sa_needs_refresh(sa_handle_t *handle)
+sa_needs_refresh(sa_handle_t handle)
{
sa_handle_impl_t implhandle = (sa_handle_impl_t)handle;
struct stat st;