~ubuntu-branches/ubuntu/dapper/php5/dapper-proposed

« back to all changes in this revision

Viewing changes to debian/patches/041-shut_up_snmp.patch

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-5agt5xkcnt5q2kmt
Tags: 5.0.5-2ubuntu1
Resync with Debian, bringing in two security fixes, a file conflict fix,
and two 64-bit memory corruption and segfault fixes (no other changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- php4-4.3.10/ext/snmp/snmp.c 2005-03-23 00:32:06.000000000 -0700
 
2
+++ php4-4.3.10/ext/snmp/snmp.c 2005-03-23 00:30:18.000000000 -0700
 
3
@@ -214,7 +214,9 @@
 
4
  */
 
5
 PHP_MSHUTDOWN_FUNCTION(snmp)
 
6
 {
 
7
+/*** This should be re-enabled when I have a newer libsnmp to play with ***
 
8
        snmp_shutdown("snmpapp");
 
9
+**************************************************************************/
 
10
 
 
11
        return SUCCESS;
 
12
 }