]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added missing return statement
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Feb 2013 09:21:36 +0000 (10:21 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Feb 2013 09:24:23 +0000 (10:24 +0100)
src/libcharon/plugins/tnccs_20/messages/pb_pa_msg.c

index 2d2c1316bbc2ce8015fabdbb4e1092143b4f6719..aa5e9c723323c5a7d571f89ff57086138ee354a7 100644 (file)
@@ -166,6 +166,7 @@ METHOD(pb_tnc_msg_t, process, status_t,
        {
                DBG1(DBG_TNC, "PA Subtype 0x%08x is reserved", PA_RESERVED_SUBTYPE);
                *offset = 4;
+               return FAILED;
        }
 
        return SUCCESS;