← Back to team overview

hipl-core team mailing list archive

[Branch ~rene-hummen/hipl/ipsec_esp] Rev 4923: fixed miss-alignment introduced in 4915 also in .c

 

------------------------------------------------------------
revno: 4923
committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
branch nick: ipsec_esp
timestamp: Mon 2010-09-06 19:17:47 +0200
message:
  fixed miss-alignment introduced in 4915 also in .c
modified:
  hipd/input.c


--
lp:~rene-hummen/hipl/ipsec_esp
https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp

Your team HIPL core team is subscribed to branch lp:~rene-hummen/hipl/ipsec_esp.
To unsubscribe from this branch go to https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp/+edit-subscription
=== modified file 'hipd/input.c'
--- hipd/input.c	2010-09-03 11:56:17 +0000
+++ hipd/input.c	2010-09-06 17:17:47 +0000
@@ -1155,8 +1155,8 @@
 }
 
 int hip_setup_ipsec_sa_r2(UNUSED const uint8_t packet_type,
-                    UNUSED const uint32_t ha_state,
-                    struct hip_packet_context *ctx)
+                          UNUSED const uint32_t ha_state,
+                          struct hip_packet_context *ctx)
 {
     const struct hip_esp_info *esp_info   = NULL;
     int err = 0;
@@ -1771,8 +1771,8 @@
 }
 
 int hip_setup_ipsec_sa_i2(UNUSED const uint8_t packet_type,
-                                UNUSED const uint32_t ha_state,
-                                struct hip_packet_context *ctx)
+                          UNUSED const uint32_t ha_state,
+                          struct hip_packet_context *ctx)
 {
     const struct hip_esp_transform *esp_tfm = NULL;
     const struct hip_esp_info *esp_info     = NULL;