summaryrefslogtreecommitdiff
path: root/usr/src/cmd/picl/picld/picld.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/picl/picld/picld.c')
-rw-r--r--usr/src/cmd/picl/picld/picld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/picl/picld/picld.c b/usr/src/cmd/picl/picld/picld.c
index 30d0ff67d7..641dc89039 100644
--- a/usr/src/cmd/picl/picld/picld.c
+++ b/usr/src/cmd/picl/picld/picld.c
@@ -21,7 +21,7 @@
*/
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -871,7 +871,7 @@ setup_door(void)
* Create the door
*/
door_id = door_create(picld_door_handler, PICLD_DOOR_COOKIE,
- DOOR_UNREF | DOOR_REFUSE_DESC | DOOR_NO_CANCEL);
+ DOOR_REFUSE_DESC | DOOR_NO_CANCEL);
if (door_id < 0) {
return (-1);