param: rename szIdmapUID -> idmap_uid
authorMichael Adam <obnox@samba.org>
Wed, 22 Jul 2015 17:12:53 +0000 (19:12 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:31 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/loadparm.h
lib/param/param_table.c

index 7e429f667c6df2d5e9e79b5ed09bd87d707b5986..9f59f002c0358c198c205873bdacc121b04d1370 100644 (file)
@@ -248,7 +248,7 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
 #define LOADPARM_EXTRA_GLOBALS \
        struct parmlist_entry *param_opt;                               \
        char *realm_original;                                           \
-       char *szIdmapUID;                                               \
+       char *idmap_uid;                                                \
        char *szIdmapGID;                                               \
        char *idmap_backend;
 
index f2762da43a963221b421eb86cb8008813d113779..eb28e9f254e51a995e28331615f89f9a41846ee5 100644 (file)
@@ -3589,7 +3589,7 @@ struct parm_struct parm_table[] = {
                .label          = "idmap uid",
                .type           = P_STRING,
                .p_class        = P_GLOBAL,
-               .offset         = GLOBAL_VAR(szIdmapUID),
+               .offset         = GLOBAL_VAR(idmap_uid),
                .special        = handle_idmap_uid,
                .enum_list      = NULL,
                .flags          = FLAG_DEPRECATED,
@@ -3598,7 +3598,7 @@ struct parm_struct parm_table[] = {
                .label          = "winbind uid",
                .type           = P_STRING,
                .p_class        = P_GLOBAL,
-               .offset         = GLOBAL_VAR(szIdmapUID),
+               .offset         = GLOBAL_VAR(idmap_uid),
                .special        = handle_idmap_uid,
                .enum_list      = NULL,
                .flags          = FLAG_SYNONYM,