diff options
Diffstat (limited to 'usr/src/lib/libds/common/libds.c')
-rw-r--r-- | usr/src/lib/libds/common/libds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libds/common/libds.c b/usr/src/lib/libds/common/libds.c index da4b95f524..274b90132a 100644 --- a/usr/src/lib/libds/common/libds.c +++ b/usr/src/lib/libds/common/libds.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -316,7 +316,7 @@ ds_init_sysev(void) } if (sysevent_evc_subscribe(ds_evchan, ds_sid_name, EC_VLDS, ds_recv, NULL, 0) != 0) { - sysevent_evc_unbind(ds_evchan); + (void) sysevent_evc_unbind(ds_evchan); ds_evchan = NULL; return (errno); } |