param: rename CupsEncrypt -> cups_encrypt
[gd/samba-autobuild/.git] / source3 / param / loadparm.c
index 216e152e3f966bce20aef2a97843ec644cdbf9f2..54a2406738221842e4a3889ee94dce31a0d7861c 100644 (file)
@@ -1034,7 +1034,7 @@ int lp_cups_encrypt(void)
 {
        int result = 0;
 #ifdef HAVE_HTTPCONNECTENCRYPT
-       switch (Globals.CupsEncrypt) {
+       switch (Globals.cups_encrypt) {
                case Auto:
                        result = HTTP_ENCRYPT_REQUIRED;
                        break;