Browse Source

auth: restore deleted nid_pool_no parameter

In commit c53bc97968e4ac2ddf5b8a23af44942e8d50e7b3 the nid_pool_no
parameter was removed by mistake.

Reported-by: Alex Balashov  abalashov evaristesys com
Andrei Pelinescu-Onciul 15 years ago
parent
commit
62d7bf1af5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/auth/auth_mod.c

+ 1 - 0
modules/auth/auth_mod.c

@@ -172,6 +172,7 @@ static param_export_t params[] = {
 	{"one_time_nonce"  ,       PARAM_INT,    &otn_enabled           },
 	{"otn_in_flight_no",       PARAM_INT,    &otn_in_flight_no      },
 	{"otn_in_flight_order",    PARAM_INT,    &otn_in_flight_k       },
+	{"nid_pool_no",            PARAM_INT,    &nid_pool_no            },
     {"force_stateless_reply",  PARAM_INT,    &force_stateless_reply },
     {0, 0, 0}
 };