Document what the unimplemented function is.
authorphampson <phampson>
Sat, 1 May 2004 11:31:36 +0000 (11:31 +0000)
committerphampson <phampson>
Sat, 1 May 2004 11:31:36 +0000 (11:31 +0000)
src/modules/rlm_sql/drivers/rlm_sql_db2/sql_db2.c

index 5a58f97..b0e7ff8 100644 (file)
@@ -353,7 +353,7 @@ rlm_sql_module_t rlm_sql_db2 = {
        sql_select_query,
        not_implemented, /* sql_store_result */
        sql_num_fields,
-       not_implemented,
+       not_implemented, /* sql_num_rows */
        sql_fetch_row,
        sql_free_result,
        sql_error,