diff options
| author | 2019-05-14 02:32:08 +0000 | |
|---|---|---|
| committer | 2019-05-14 02:32:08 +0000 | |
| commit | 24b86205f8834dbaaa213f906ecfce24931ba101 (patch) | |
| tree | 7a5428171c48719418a3bb36b4a086a0717853af /usr.bin/ftp/main.c | |
| parent | tls_write(3): Handle short writes. (diff) | |
| download | wireguard-openbsd-24b86205f8834dbaaa213f906ecfce24931ba101.tar.xz wireguard-openbsd-24b86205f8834dbaaa213f906ecfce24931ba101.zip | |
Remove an unused and leftover label.
Diffstat (limited to 'usr.bin/ftp/main.c')
| -rw-r--r-- | usr.bin/ftp/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index 6495e2f6fc5..f3c4f053062 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.124 2019/05/12 21:49:52 espie Exp $ */ +/* $OpenBSD: main.c,v 1.125 2019/05/14 02:32:08 sunil Exp $ */ /* * Copyright (c) 2015 Sunil Nimmagadda <sunil@openbsd.org> @@ -272,7 +272,6 @@ parent(int sock, pid_t child_pid) } close(sock); - done: if (waitpid(child_pid, &status, 0) == -1 && errno != ECHILD) err(1, "wait"); |
