PERFORCE change 139004 for review

Sam Leffler sam at FreeBSD.org
Sun Mar 30 12:58:38 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139004

Change 139004 by sam at sam_ebb on 2008/03/30 19:58:18

	must mark clone/plumb cmds as clone parameter so we don't push
	the clone request callback too soon

Affected files ...

.. //depot/projects/vap/sbin/ifconfig/ifclone.c#5 edit

Differences ...

==== //depot/projects/vap/sbin/ifconfig/ifclone.c#5 (text+ko) ====

@@ -143,9 +143,9 @@
 }
 
 static struct cmd clone_cmds[] = {
-	DEF_CMD("create",	0,	clone_create),
+	DEF_CLONE_CMD("create",	0,	clone_create),
 	DEF_CMD("destroy",	0,	clone_destroy),
-	DEF_CMD("plumb",	0,	clone_create),
+	DEF_CLONE_CMD("plumb",	0,	clone_create),
 	DEF_CMD("unplumb",	0,	clone_destroy),
 };
 


More information about the p4-projects mailing list