Re: sql counter xlat problem

2002-11-11 Thread Alan DeKok
Malcolm Caldwell [EMAIL PROTECTED] wrote: I found a bug that stoped sqlcounters working for me. Basically sql_xlat in rlm_sql is doing rlm_sql_select_query(sqlsocket,ins... ... rlm_sql_fetch_row(sqlsocket, inst) (inst-module-sql_finish_select_query)(sqlsocket, inst-config); ...

re: sql counter xlat problem

2002-11-10 Thread Malcolm Caldwell
OK, I found a bug that stoped sqlcounters working for me. Basically sql_xlat in rlm_sql is doing rlm_sql_select_query(sqlsocket,ins... ... rlm_sql_fetch_row(sqlsocket, inst) (inst-module-sql_finish_select_query)(sqlsocket, inst-config); ... row = sqlsocket-row; The problem is