From: Guy Harris Date: Sat, 28 Sep 2019 21:19:28 +0000 (-0700) Subject: Clean up comment formatting. X-Git-Tag: libpcap-1.10-bp~416 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/5889aeb0505ab40ba638f576e2b416f54b0a9781 Clean up comment formatting. --- diff --git a/rpcapd/daemon.c b/rpcapd/daemon.c index c3599828..7e598394 100644 --- a/rpcapd/daemon.c +++ b/rpcapd/daemon.c @@ -2985,6 +2985,7 @@ static void session_close(struct session *session) } } +// // Check whether a capture source string is a URL or not. // This includes URLs that refer to a local device; a scheme, followed // by ://, followed by *another* scheme and ://, is just silly, and