<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    As I didn't get any comments on my last mail, I'm trying again, now
    with a patch attached :-D<br>
    <br>
    I don't know if this patch is correct or if there is any reason that
    break is missing, but applying it fixes an assertion fail for me.
    systemd hits the assertion in the default branch of the switch when
    I have a failing timer unit and call daemon-reload.<br>
    <br>
    On 09/29/2010 03:23 PM, Matthias Schiffer wrote:
    <blockquote cite="mid:4CA33DD9.3080703@universe-factory.net"
      type="cite">
      <pre wrap=""> Hi,
the single semicolon in timer.c:433 (git ee95669) looks strange, was it
meant to be a break?

This causes systemd to crash at the assertion on my Arch system whenever
I call daemon-reload (yes, I have some failing units, I haven't set up
everything correctly for Arch yet; I think, this is connected to
tmpwatch.timer, as I haven't installed tmpwatch). Putting a break there
fixes this.

Matthias

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
systemd-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>