Make the 5 packet methods into an array within module_t - now calling them
authorpacman <pacman>
Tue, 20 Feb 2001 20:51:32 +0000 (20:51 +0000)
committerpacman <pacman>
Tue, 20 Feb 2001 20:51:32 +0000 (20:51 +0000)
commit9eb6e2e3a506c67cb7c4715ec98f3a8fa1faa3de
treef79cdeeea89d07a071c3dcd0919be17f4abacfea
parent5dfd0c178bb72e3b19b0a43748dddd2795786aa3
Make the 5 packet methods into an array within module_t - now calling them
doesn't require a big switch()
21 files changed:
src/include/modules.h
src/main/modcall.c
src/main/modules.c
src/modules/rlm_acct_unique/rlm_acct_unique.c
src/modules/rlm_always/rlm_always.c
src/modules/rlm_attr_filter/rlm_attr_filter.c
src/modules/rlm_detail/rlm_detail.c
src/modules/rlm_dictionary/rlm_dictionary.c
src/modules/rlm_example/rlm_example.c
src/modules/rlm_fastusers/rlm_fastusers.c
src/modules/rlm_files/rlm_files.c
src/modules/rlm_krb5/rlm_krb5.c
src/modules/rlm_ldap/rlm_ldap.c
src/modules/rlm_mschap/rlm_mschap.c
src/modules/rlm_ns_mta_md5/rlm_ns_mta_md5.c
src/modules/rlm_pam/rlm_pam.c
src/modules/rlm_preprocess/rlm_preprocess.c
src/modules/rlm_radutmp/rlm_radutmp.c
src/modules/rlm_realm/rlm_realm.c
src/modules/rlm_sql/rlm_sql.c
src/modules/rlm_unix/rlm_unix.c