summaryrefslogtreecommitdiffstats
path: root/database/sqlite/firewalladmin.c
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/firewalladmin.c')
-rw-r--r--database/sqlite/firewalladmin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/database/sqlite/firewalladmin.c b/database/sqlite/firewalladmin.c
index 4824fdd..8429779 100644
--- a/database/sqlite/firewalladmin.c
+++ b/database/sqlite/firewalladmin.c
@@ -208,12 +208,13 @@ xmlDoc *fwadmin_delete(eurephiaCTX *ctx, eDBfieldMap *fmap) {
// <eurephia format="1">
// <firewall_profiles mode="{search|add|delete}">
// <fieldMapping table="fwprofiles">
-// <{search field}>{search value}</{search field}>
+// <{field name}>{search value}</{field name}>
// </fieldMapping>
// </firewall_profiles>
// </eurehpia>
//
-// It can be several search field tags to limit the search even more.
+// It can be several field name tags to limit the search even more.
+// For the add mode, the fw_profile field name tag must be present.
//
xmlDoc *eDBadminFirewallProfiles(eurephiaCTX *ctx, xmlDoc *srch) {
eDBfieldMap *fmap = NULL;