mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
libreplace: add missing newline in output of getifaddrs test.
Michael
(cherry picked from commit f8243cfc47
)
This commit is contained in:
parent
1d906d346e
commit
3c1843f931
@ -55,7 +55,7 @@ int getifaddrs_test(void)
|
||||
|
||||
ret = getifaddrs(&ifs);
|
||||
if (ret != 0) {
|
||||
fprintf(stderr, "getifaddrs() failed: %s", strerror(errno));
|
||||
fprintf(stderr, "getifaddrs() failed: %s\n", strerror(errno));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user