]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
next_payload must be of type u_int8_t
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 1 Feb 2008 00:07:56 +0000 (00:07 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 1 Feb 2008 00:07:56 +0000 (00:07 -0000)
src/charon/encoding/payloads/id_payload.c

index eee5e92db0a2840d99c023f11a7d5937a2d088fc..aef8f6b7ec2db493b7675f0092a08de050246b74 100644 (file)
@@ -9,6 +9,7 @@
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
+ *
  * Hochschule fuer Technik Rapperswil
  *
  * This program is free software; you can redistribute it and/or modify it
@@ -49,7 +50,7 @@ struct private_id_payload_t {
        /**
         * Next payload type.
         */
-       payload_type_t next_payload;
+       u_int8_t next_payload;
 
        /**
         * Critical flag.