From 47c8806da03c5656dad916e0d236e39f3cfec5d2 Mon Sep 17 00:00:00 2001 From: Alexander Pevzner Date: Fri, 1 Dec 2023 18:22:30 +0300 Subject: [PATCH] test-zeroconf: a bit more comments... --- test-zeroconf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-zeroconf.c b/test-zeroconf.c index e1fbd0e..2cfa760 100644 --- a/test-zeroconf.c +++ b/test-zeroconf.c @@ -342,6 +342,9 @@ finding_free (zeroconf_finding *finding) * * endpoint = URL HTTP url of device endpoint, * may be used multiple times + * + * Note, for [del] section records, only method, ifindex name and uuid + * parameters are used */ static const inifile_record* test_section_add_del (inifile *ini, const inifile_record *rec, bool add)