Removed extraneous 'vp_printlist', which was causing confusion.
authoraland <aland>
Wed, 5 Dec 2001 18:27:24 +0000 (18:27 +0000)
committeraland <aland>
Wed, 5 Dec 2001 18:27:24 +0000 (18:27 +0000)
Problem found by radius@palosanto.com

src/modules/rlm_sql/sql.c

index 7291705..3e1a2fa 100644 (file)
@@ -274,8 +274,6 @@ int sql_userparse(VALUE_PAIR ** first_pair, SQL_ROW row, int mode) {
        pair = pairmake(row[2], row[3], mode);
        pairadd(first_pair, pair);
 
-       vp_printlist(stderr, *first_pair);
-
        return 0;
 }