summaryrefslogtreecommitdiffstats
path: root/Monitor.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-10 08:48:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-10 08:48:38 +0000
commit14bcae1344091400e419fd9896024a290792ee41 (patch)
tree0cf1088a2fe200cf13cadfadb0da1d10401bfd76 /Monitor.c
parentReleasing debian version 4.2+20230508-7. (diff)
downloadmdadm-14bcae1344091400e419fd9896024a290792ee41.tar.xz
mdadm-14bcae1344091400e419fd9896024a290792ee41.zip
Merging upstream version 4.2+20230901.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Monitor.c')
-rw-r--r--Monitor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Monitor.c b/Monitor.c
index 6617596..e74a055 100644
--- a/Monitor.c
+++ b/Monitor.c
@@ -222,11 +222,10 @@ int Monitor(struct mddev_dev *devlist,
info.dosyslog = dosyslog;
info.test = c->test;
- if (gethostname(info.hostname, sizeof(info.hostname)) != 0) {
+ if (s_gethostname(info.hostname, sizeof(info.hostname)) != 0) {
pr_err("Cannot get hostname.\n");
return 1;
}
- info.hostname[sizeof(info.hostname) - 1] = '\0';
if (share){
if (check_one_sharer(c->scan) == 2)