projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393ff86
)
Tidy whitespace
author
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 27 Feb 2021 03:32:45 +0000
(21:32 -0600)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 27 Feb 2021 03:32:45 +0000
(21:32 -0600)
testsuite/lib/exec/minlogd.pl
patch
|
blob
|
blame
|
history
diff --git
a/testsuite/lib/exec/minlogd.pl
b/testsuite/lib/exec/minlogd.pl
index b122958d53c102f5e89c0d4b899f9dfd8a2c1a3a..0b5d0c0715a94df5fcd7ff1a983e2ced6709f57f 100755
(executable)
--- a/
testsuite/lib/exec/minlogd.pl
+++ b/
testsuite/lib/exec/minlogd.pl
@@
-174,7
+174,6
@@
sub accumulate_message () {
my $from = recv LoggerSocket, $message, MAX_LOGPACKET, 0;
if (defined $from) { handle_message $message }
else { warn "recv: $!" }
-
}
# -- event loop