diff options
Diffstat (limited to 'usr/src/lib/libidmap')
-rw-r--r-- | usr/src/lib/libidmap/common/idmap_api.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libidmap/common/idmap_api.c b/usr/src/lib/libidmap/common/idmap_api.c index 315c01a73c..ddfefc39c2 100644 --- a/usr/src/lib/libidmap/common/idmap_api.c +++ b/usr/src/lib/libidmap/common/idmap_api.c @@ -22,6 +22,7 @@ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright Milan Jurik 2012. All rights reserved. * Copyright 2014 Nexenta Systems, Inc. All rights reserved. + * Copyright 2015 Joyent, Inc. */ @@ -1653,7 +1654,7 @@ idmap_get_w2u_mapping( TIMEOUT); if (retcode != IDMAP_SUCCESS) - return (retcode); + goto out; retcode = result.retcode; |