Typo fixed.

This commit is contained in:
Tobias Brunner 2012-04-17 11:11:24 +02:00
parent 1b7debcc04
commit 4c31657d2c
1 changed files with 1 additions and 1 deletions

View 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;