]> git.ipfire.org Git - thirdparty/suricata.git/commit
dhcp: fix url in comment 6635/head
authorJason Ish <jason.ish@oisf.net>
Wed, 17 Nov 2021 01:34:11 +0000 (19:34 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 22 Nov 2021 22:13:05 +0000 (16:13 -0600)
commit19d9a055490ff01d57b99afcd0a4b8b4e2600fa1
tree37b5c6a0333e1e1b3da73371524c1fb5933c5272
parent1a54fde4adcf0c0cbf1e10de44d367b0ee241255
dhcp: fix url in comment

rustdoc was complaining about the format of the URL in a comment
while trying to generate documentation. Convert the comment to a
non-rustdoc comment for now to satisfy rustdoc.

(cherry picked from commit eb6cc6293717e10f881edd6713fb8dc6ef78d3b7)
rust/src/dhcp/dhcp.rs