mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
pimd: Fix indentation issue that slipped in?
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
cc1edd3929
commit
15fa39c51c
@ -139,7 +139,7 @@ int main(int argc, const char *argv[])
|
|||||||
printf("%s: waiting...\n", prog_name);
|
printf("%s: waiting...\n", prog_name);
|
||||||
|
|
||||||
if (getchar() == EOF)
|
if (getchar() == EOF)
|
||||||
fprintf(stderr, "getchar failure\n");
|
fprintf(stderr, "getchar failure\n");
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user