[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cups-commit
Subject:    [cups.commit] [CUPS] r10535 - in trunk: . backend
From:       cups-dev () easysw ! com
Date:       2012-06-22 3:45:54
Message-ID: 11307-cups.commit () news ! easysw ! com
[Download RAW message or body]

Author: mike
Date: 2012-06-21 20:45:53 -0700 (Thu, 21 Jun 2012)
New Revision: 10535
Log:
The SNMP backend no longer exits if it is unable to obtain an IPv6 socket
(STR #4109)



Modified:
   trunk/CHANGES.txt
   trunk/backend/snmp.c

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2012-06-22 02:50:27 UTC (rev 10534)
+++ trunk/CHANGES.txt	2012-06-22 03:45:53 UTC (rev 10535)
@@ -4,6 +4,8 @@
 CHANGES IN CUPS V1.6rc1
 
 	- Added a new Japanese localization (STR #4122)
+	- The SNMP backend no longer exits if it is unable to obtain an IPv6
+	  socket (STR #4109)
 	- The LPD backend incorrectly used "localhost" in the control file
 	  instead of the current hostname.
 

Modified: trunk/backend/snmp.c
===================================================================
--- trunk/backend/snmp.c	2012-06-22 02:50:27 UTC (rev 10534)
+++ trunk/backend/snmp.c	2012-06-22 03:45:53 UTC (rev 10535)
@@ -251,7 +251,7 @@
 
 #ifdef AF_INET6
   if ((ipv6 = _cupsSNMPOpen(AF_INET6)) < 0)
-    return (1);
+    perror("DEBUG: Unable to create IPv6 socket");
 #else
   ipv6 = -1;
 #endif /* AF_INET6 */

_______________________________________________
cups-commit mailing list
cups-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/cups-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic