diff options
author | Simo Sorce <idra@samba.org> | 2002-08-15 13:25:25 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-08-15 13:25:25 +0000 |
commit | 10712f9a22c539c0f84bca96d73e2cf4d304566e (patch) | |
tree | 3fb97c2e506f59558f14e64977ee67d734502df8 /source3/lib | |
parent | ec7927a1445cebcfb58a0f613dd9d601390c8c76 (diff) | |
download | samba-10712f9a22c539c0f84bca96d73e2cf4d304566e.tar.gz samba-10712f9a22c539c0f84bca96d73e2cf4d304566e.tar.bz2 samba-10712f9a22c539c0f84bca96d73e2cf4d304566e.zip |
*** empty log message ***
(This used to be commit cb72eead70509eddaa051571f3eed3c46304b5f8)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/account_pol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c index f603f0f191..07b5e2ecfc 100644 --- a/source3/lib/account_pol.c +++ b/source3/lib/account_pol.c @@ -100,7 +100,7 @@ static const char *decode_account_policy_name(int field) Get the account policy name as a string from its #define'ed number ****************************************************************************/ -int account_policy_name_to_feildnum(const char *name) +int account_policy_name_to_fieldnum(const char *name) { int i; for (i=0; account_policy_names[i].string; i++) { |