Print IKEv1 notify types in message summary

This commit is contained in:
Martin Willi
2012-03-20 17:31:35 +01:00
parent 5f2f864efc
commit bb2d4e1882
+2 -1
View File
@@ -1192,7 +1192,8 @@ static char* get_string(private_message_t *this, char *buf, int len)
} }
pos += written; pos += written;
len -= written; len -= written;
if (payload->get_type(payload) == NOTIFY) if (payload->get_type(payload) == NOTIFY ||
payload->get_type(payload) == NOTIFY_V1)
{ {
notify_payload_t *notify; notify_payload_t *notify;
notify_type_t type; notify_type_t type;