]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
improving [3361]: moved one of the added return values
authorTobias Brunner <tobias@strongswan.org>
Thu, 22 Nov 2007 11:22:33 +0000 (11:22 -0000)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 Nov 2007 11:22:33 +0000 (11:22 -0000)
src/charon/sa/connect_manager.c

index 01ece745786bfd5565374f973f47874d6b6cc929..9a1acb219114fdbc22fa08ae8f22fd6179380818 100644 (file)
@@ -1241,8 +1241,9 @@ static job_requeue_t initiate_mediated(initiate_data_t *data)
        else
        {
                /* this should (can?) not happen */
-               return JOB_REQUEUE_NONE;
        }
+       
+       return JOB_REQUEUE_NONE;
 }
 
 /**