From 740a9255a5c6a05f58dd63ce7adbd103d9d52164 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 14 Oct 2009 12:49:10 +0200 Subject: set chpass_provider implicit if not set explicit - if chpass_provider is not given in the configuration file but an auth_provider and the auth_provider can also handle change password requests it is used as chpass_provider. --- server/providers/dp_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/providers/dp_backend.h') diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h index bee1a85b7..1a8c6c46b 100644 --- a/server/providers/dp_backend.h +++ b/server/providers/dp_backend.h @@ -58,6 +58,7 @@ struct bet_info { enum bet_type bet_type; struct bet_ops *bet_ops; void *pvt_bet_data; + char *mod_name; }; struct be_offline_status { -- cgit