GitHub user taoyunxing opened a pull request:

    https://github.com/apache/trafficserver/pull/1550

    rectify a minor error in healthchecks.c

    line 316:
    snprintf(filename, sizeof(filename), "%s/%s", fname, TSConfigDirGet());
    should be modified as
    snprintf(filename, sizeof(filename), "%s/%s", TSConfigDirGet(), fname);

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/taoyunxing/trafficserver patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1550.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1550
    
----
commit 2e83939d69a0586f05b3e1cde5194e9382683d70
Author: 雪峰流云 <tao_...@aliyun.com>
Date:   2017-03-08T05:45:26Z

    rectify a minor error in healthchecks.c
    
    line 316:
    snprintf(filename, sizeof(filename), "%s/%s", fname, TSConfigDirGet());
    should be modified as
    snprintf(filename, sizeof(filename), "%s/%s", TSConfigDirGet(), fname);

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to