15866 be_create to an alternate pool is broken in build 140 Build140
authorGlenn Lagasse <glenn.lagasse@oracle.com>
Fri, 14 May 2010 13:30:56 -0700
changeset 825 c02a5e7c26c6
parent 824 c491409a95f4
child 826 ea293f9e4026
15866 be_create to an alternate pool is broken in build 140
usr/src/lib/libbe/be_create.c
--- a/usr/src/lib/libbe/be_create.c	Fri May 14 08:43:06 2010 -0400
+++ b/usr/src/lib/libbe/be_create.c	Fri May 14 13:30:56 2010 -0700
@@ -20,8 +20,7 @@
  */
 
 /*
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 /*
@@ -2365,7 +2364,7 @@
 
 		/* Send dataset */
 		if (zfs_send(zhp, NULL, bt->obe_snap_name, send_flags,
-		    srpipe[1], NULL, NULL) != 0) {
+		    srpipe[1], NULL, NULL, NULL) != 0) {
 			_exit(1);
 		}
 		ZFS_CLOSE(zhp);