]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Typo fixed.
authorTobias Brunner <tobias@strongswan.org>
Tue, 17 Apr 2012 09:11:24 +0000 (11:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 17 Apr 2012 12:20:58 +0000 (14:20 +0200)
src/libcharon/plugins/stroke/stroke_socket.c

index 43919b0e2e06f1d92db7624a9216f9f34408cf46..72757ec169f301525d3cfdeca0432c4aa261b3a8 100644 (file)
@@ -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;