diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-04-17 11:11:24 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-04-17 14:20:58 +0200 |
commit | 4c31657d2cb7f4ae355efedbf3e68745385f4060 (patch) | |
tree | 6ebae4e8ab1fe00c27c7214272ccb7321ff8ffea | |
parent | 1b7debcc040189f2090c0759c34eaa4037a6c4c9 (diff) | |
download | strongswan-4c31657d2cb7f4ae355efedbf3e68745385f4060.tar.bz2 strongswan-4c31657d2cb7f4ae355efedbf3e68745385f4060.tar.xz |
Typo fixed.
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_socket.c b/src/libcharon/plugins/stroke/stroke_socket.c index 43919b0e2..72757ec16 100644 --- a/src/libcharon/plugins/stroke/stroke_socket.c +++ b/src/libcharon/plugins/stroke/stroke_socket.c @@ -424,7 +424,7 @@ static void stroke_export(private_stroke_socket_t *this, { pop_string(msg, &msg->export.selector); - if (msg->purge.flags & EXPORT_X509) + if (msg->export.flags & EXPORT_X509) { enumerator_t *enumerator; identification_t *id; |