summaryrefslogtreecommitdiffstats
path: root/src/conntrack
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack')
-rw-r--r--src/conntrack/snprintf_xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conntrack/snprintf_xml.c b/src/conntrack/snprintf_xml.c
index 1cc62d8..6c3257f 100644
--- a/src/conntrack/snprintf_xml.c
+++ b/src/conntrack/snprintf_xml.c
@@ -321,10 +321,10 @@ int __snprintf_conntrack_xml(char *buf,
ret = snprintf(buf, len, "<flow type=\"new\">");
break;
case NFCT_T_UPDATE:
- ret = snprintf(buf, len, "<flow type=\"update\"");
+ ret = snprintf(buf, len, "<flow type=\"update\">");
break;
case NFCT_T_DESTROY:
- ret = snprintf(buf, len, "<flow type=\"destroy\"");
+ ret = snprintf(buf, len, "<flow type=\"destroy\">");
break;
default:
ret = snprintf(buf, len, "<flow>");