]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.c
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / cups / globals.c
index e9e863313f00856616d6eb3f084e4dad113c0eed..4e49109fc9d2bc41dbc40a24cd42347e5da5dc78 100644 (file)
@@ -205,7 +205,7 @@ _cupsGlobals(void)
     memset(&globals, 0, sizeof(globals));
 
     globals.encryption  = (http_encryption_t)-1;
-    globals.password_cb = _cupsGetPassword;
+    globals.password_cb = (cups_password_cb2_t)_cupsGetPassword;
 
     cups_env_init(&globals);
   }