Menu

#1517 missing ; in xcatd

2.6
closed
General (881)
5
2012-09-19
2010-11-18
No

Hello.
Please add missing ;

--- a/xcat-core/xCAT-server/sbin/xcatd
+++ b/xcat-core/xCAT-server/sbin/xcatd
@@ -146,7 +146,7 @@ $xcatdir = (($tmp and $tmp->{value}) ? $tmp->{value} : "/etc/xcat");
$sitetab->close;
my $progname;
$SIG{PIPE} = sub {
- confess "SIGPIPE $$progname encountered a broken pipe (probably Ctrl-C by client)"
+ confess "SIGPIPE $$progname encountered a broken pipe (probably Ctrl-C by client)";
};
$progname = \$0;

Discussion

  • XiaoPeng Wang

    XiaoPeng Wang - 2010-12-20

    Has been fixed:

    2.6
    Committed revision 8476.

    2.5
    Committed revision 8477.

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 28 days (the time period specified by
    the administrator of this Tracker).