Remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Jan 2014 16:18:10 +0000 (11:18 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Jan 2014 16:18:10 +0000 (11:18 -0500)
src/main/auth.c

index 0d11cce..cb6c58d 100644 (file)
@@ -173,7 +173,6 @@ static int rad_check_password(REQUEST *request)
        int auth_type = -1;
        int result;
        int auth_type_count = 0;
-       result = 0;
 
        /*
         *      Look for matching check items. We skip the whole lot