Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rectify a minor error in healthchecks.c #1550

Merged
merged 1 commit into from Mar 14, 2017
Merged

Conversation

taoyunxing
Copy link
Contributor

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

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

zwoop commented Mar 8, 2017

[approve ci]

@zwoop zwoop added the Plugins label Mar 8, 2017
@zwoop zwoop self-requested a review March 8, 2017 06:01
@zwoop zwoop added this to the 7.2.0 milestone Mar 8, 2017
@atsci
Copy link

atsci commented Mar 8, 2017

clang-format check successful! See https://ci.trafficserver.apache.org/job/clang-format-github/8/ for details.

@atsci
Copy link

atsci commented Mar 8, 2017

RAT check successful! See https://ci.trafficserver.apache.org/job/RAT-github/21/ for details.

@zwoop zwoop self-assigned this Mar 8, 2017
@atsci
Copy link

atsci commented Mar 8, 2017

AU check failed! See https://ci.trafficserver.apache.org/job/autest-github/6/ for details.

@atsci
Copy link

atsci commented Mar 8, 2017

Linux build successful! https://ci.trafficserver.apache.org/job/linux-github/1597/

@zwoop
Copy link
Contributor

zwoop commented Mar 8, 2017

The AU check failure is as expected (for now).

@atsci
Copy link

atsci commented Mar 8, 2017

Intel CC build successful! https://ci.trafficserver.apache.org/job/icc-github/134/

@atsci
Copy link

atsci commented Mar 8, 2017

FreeBSD11 build failed! https://ci.trafficserver.apache.org/job/freebsd-github/1703/

@atsci
Copy link

atsci commented Mar 8, 2017

clang-analyzer build successful! https://ci.trafficserver.apache.org/job/clang-analyzer-github/266/

Copy link
Contributor

@zwoop zwoop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@zwoop
Copy link
Contributor

zwoop commented Mar 14, 2017

[approve ci] to see if the FreeBSD builds succeed.

@atsci
Copy link

atsci commented Mar 14, 2017

@atsci
Copy link

atsci commented Mar 14, 2017

Intel CC build successful! https://ci.trafficserver.apache.org/job/icc-github/185/

@atsci
Copy link

atsci commented Mar 14, 2017

RAT check successful! https://ci.trafficserver.apache.org/job/RAT-github/72/

@atsci
Copy link

atsci commented Mar 14, 2017

@atsci
Copy link

atsci commented Mar 14, 2017

FreeBSD11 build successful! https://ci.trafficserver.apache.org/job/freebsd-github/1754/

@atsci
Copy link

atsci commented Mar 14, 2017

Linux build successful! https://ci.trafficserver.apache.org/job/linux-github/1648/

@atsci
Copy link

atsci commented Mar 14, 2017

clang-analyzer build successful! https://ci.trafficserver.apache.org/job/clang-analyzer-github/317/

@zwoop zwoop merged commit 44d863a into apache:master Mar 14, 2017
@zwoop zwoop modified the milestones: 7.2.0, 8.0.0 Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants