aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/network/packet.c')
-rw-r--r--src/charon/network/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/network/packet.c b/src/charon/network/packet.c
index 6c16a9d8d..6948fb4be 100644
--- a/src/charon/network/packet.c
+++ b/src/charon/network/packet.c
@@ -168,7 +168,7 @@ packet_t *packet_create(void)
this->destination = NULL;
this->source = NULL;
- this->data = CHUNK_INITIALIZER;
+ this->data = chunk_empty;
return &(this->public);
}