]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/testsupplies.c
Merge CUPS 1.4svn-r7524.
[thirdparty/cups.git] / backend / testsupplies.c
index 1a8246abc67d943df344111b0478b1a009a02e74..c380f280f36e9668f4e052b6adf3a250855e6c7d 100644 (file)
@@ -51,7 +51,7 @@ main(int  argc,                               /* I - Number of command-line args */
     return (1);
   }
 
-  if ((snmp_fd = cupsSNMPOpen(host->addr.addr.sa_family)) < 0)
+  if ((snmp_fd = _cupsSNMPOpen(host->addr.addr.sa_family)) < 0)
   {
     perror(argv[1]);
     return (1);