diff options
author | marks <none@none> | 2008-02-05 14:44:45 -0800 |
---|---|---|
committer | marks <none@none> | 2008-02-05 14:44:45 -0800 |
commit | 9e6eda553d3d6d77b83da5c596c89990d82bd485 (patch) | |
tree | 29975b6c08f3eeb6cea55ad9084879cc6da9a30a /usr/src/lib/libzfs/common/libzfs_dataset.c | |
parent | 1573d361e97690e67db291a1e0dc9a9b58f73fd8 (diff) | |
download | illumos-joyent-9e6eda553d3d6d77b83da5c596c89990d82bd485.tar.gz |
6654731 sharesmb property should only be settable on CIFS aware ZPL
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_dataset.c')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_dataset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_dataset.c b/usr/src/lib/libzfs/common/libzfs_dataset.c index be4382a9d0..33565b34fd 100644 --- a/usr/src/lib/libzfs/common/libzfs_dataset.c +++ b/usr/src/lib/libzfs/common/libzfs_dataset.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -1689,7 +1689,7 @@ zfs_prop_set(zfs_handle_t *zhp, const char *propname, const char *propval) case ENOTSUP: zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, - "pool must be upgraded to set this " + "pool and or dataset must be upgraded to set this " "property or value")); (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); break; |