changeset 9968:df8bbbb1343b

6814100 fmd gets a seg fault in the OPL event-transport::exs_accept() routine during startup
author Karl Davis <Karl.Davis@Sun.COM>
date Thu, 25 Jun 2009 11:04:35 -0700
parents e0258b956de2
children e49d96e3e430
files usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ex_dscp.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ex_dscp.c	Thu Jun 25 01:51:48 2009 -0700
+++ b/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ex_dscp.c	Thu Jun 25 11:04:35 2009 -0700
@@ -20,12 +20,10 @@
  */
 
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 /*
  * FMA Event Transport Module Transport Layer API implementation.
  *
@@ -365,7 +363,7 @@
 		hp->h_tid = fmd_thr_create(hdl, exs_server, hp);
 
 	} else {
-		fmd_hdl_error(hp->h_hdl, "Failed to accept() a new connection");
+		fmd_hdl_error(hdl, "Failed to accept() a new connection");
 	}
 }