diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-17 23:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-17 23:15:59 +0200 |
| commit | d3e07d2b5734149c1314cb98b48dd1adebd62686 (patch) | |
| tree | a924b49927ae1925a7e0893d31e0c9c6abd3228e /plugins/check_tcp.c | |
| parent | 495c4c9adfa482303b31cdac7d28adda82d2d2ed (diff) | |
| parent | 2ddc75e69db5a3dd379c896d8420c9af20ec1cee (diff) | |
| download | monitoring-plugins-d3e07d2.tar.gz | |
Merge branch 'master' into dev/check_ssh-patches
Diffstat (limited to 'plugins/check_tcp.c')
| -rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 1365b9cb..1d307cf3 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
| @@ -128,7 +128,7 @@ main (int argc, char **argv) | |||
| 128 | SERVICE[i] = toupper(SERVICE[i]); | 128 | SERVICE[i] = toupper(SERVICE[i]); |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | /* set up a resonable buffer at first (will be realloc()'ed if | 131 | /* set up a reasonable buffer at first (will be realloc()'ed if |
| 132 | * user specifies other options) */ | 132 | * user specifies other options) */ |
| 133 | server_expect = calloc(sizeof(char *), 2); | 133 | server_expect = calloc(sizeof(char *), 2); |
| 134 | 134 | ||
