Remove an unused variable, VALUE_PAIR *tmp, from file_authorize().
authorhartwick <hartwick>
Thu, 19 Oct 2000 00:07:12 +0000 (00:07 +0000)
committerhartwick <hartwick>
Thu, 19 Oct 2000 00:07:12 +0000 (00:07 +0000)
src/modules/rlm_files/rlm_files.c

index e3e33b6..ace4cd4 100644 (file)
@@ -377,7 +377,6 @@ static int file_authorize(void *instance, REQUEST *request)
        VALUE_PAIR      *request_pairs;
        VALUE_PAIR      *check_tmp;
        VALUE_PAIR      *reply_tmp;
-       VALUE_PAIR      *tmp;
        PAIR_LIST       *pl;
        int             found = 0;
 #if defined(WITH_DBM) || defined(WITH_NDBM)