<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/3ab044e981c30cef6e729909e4ca785767616fc2">3ab044e9</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2016-01-19T20:37:21-08:00</i>
</div>
<pre class='commit-message'>Fix missing {} on error path</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
libntp/work_thread.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/3ab044e981c30cef6e729909e4ca785767616fc2#diff-0'>
<strong>
libntp/work_thread.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libntp/work_thread.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libntp/work_thread.c
</span><span style="color: #aaaaaa">@@ -461,12 +461,13 @@ start_blocking_thread_internal(
</span>   } else if (stacksize < THREAD_MINSTACKSIZE) {
                rc = pthread_attr_setstacksize(&thr_attr,
                                               THREAD_MINSTACKSIZE);
<span style="color: #000000;background-color: #ffdddd">-                if (0 != rc)
</span><span style="color: #000000;background-color: #ddffdd">+           if (0 != rc) {
</span>                   errno = rc;
                        msyslog(LOG_ERR,
                                "start_blocking_thread: pthread_attr_setstacksize(0x%lx -> 0x%lx) %m",
                                (u_long)stacksize,
                                (u_long)THREAD_MINSTACKSIZE);
<span style="color: #000000;background-color: #ddffdd">+                }
</span>   }
        pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM);
        c->thread_ref = emalloc_zero(sizeof(*c->thread_ref));
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/3ab044e981c30cef6e729909e4ca785767616fc2">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/3ab044e981c30cef6e729909e4ca785767616fc2"}}</script>
</p>
</div>
</body>
</html>