diff options
author | dougm <none@none> | 2008-03-18 14:23:07 -0700 |
---|---|---|
committer | dougm <none@none> | 2008-03-18 14:23:07 -0700 |
commit | 687915e946710e354e302fa654bf53bf38b57cc6 (patch) | |
tree | ff57522d4451be647f2b6c63cfd2e7f9e3178aec /usr/src/lib/libshare/nfs/libshare_nfs.h | |
parent | 5f6d439ce56ae78adffd6d53233e74924f5962ba (diff) | |
download | illumos-gate-687915e946710e354e302fa654bf53bf38b57cc6.tar.gz |
6604618 sharemgr can validate options against NULL optionset, have bogus result
Diffstat (limited to 'usr/src/lib/libshare/nfs/libshare_nfs.h')
-rw-r--r-- | usr/src/lib/libshare/nfs/libshare_nfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libshare/nfs/libshare_nfs.h b/usr/src/lib/libshare/nfs/libshare_nfs.h index 6e748ea897..0da882f435 100644 --- a/usr/src/lib/libshare/nfs/libshare_nfs.h +++ b/usr/src/lib/libshare/nfs/libshare_nfs.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -83,7 +83,7 @@ struct option_defs { int index; int type; int share; /* share only option */ - int (*check)(char *); + int (*check)(sa_handle_t, char *); }; /* |