Commit 33cecaf1 authored by claes's avatar claes

errh_SetStatus segfaulted if mq_open failed

parent 896fb2db
/* /*
* Proview $Id: rt_errh.c,v 1.11 2006-07-27 10:24:45 claes Exp $ * Proview $Id: rt_errh.c,v 1.12 2006-09-06 13:52:52 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1098,7 +1098,7 @@ errh_send (char *s, char severity, pwr_tStatus sts, errh_eMsgType message_type) ...@@ -1098,7 +1098,7 @@ errh_send (char *s, char severity, pwr_tStatus sts, errh_eMsgType message_type)
perror("mq_send"); perror("mq_send");
} }
} }
} else { } else if (s) {
puts(s); puts(s);
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment