]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/adminutil.c
Merge changes from CUPS 1.5svn-r9567
[thirdparty/cups.git] / cups / adminutil.c
index 8ceb55086b999d57e64a583933df12de1a6047e0..cbb101201d37fa6fd00258175f8a891c9c58704c 100644 (file)
@@ -901,7 +901,7 @@ cupsAdminGetServerSettings(
 
     if (!cg->http)
     {
-      if ((cg->http = _httpCreate(cupsServer(), ippPort(),
+      if ((cg->http = _httpCreate(cupsServer(), ippPort(), NULL,
                                   cupsEncryption(), AF_UNSPEC)) == NULL)
       {
        if (errno)