summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-mibs-bgp4_mib_1657_bgppeertable.cc
blob: 1a1f1bd17b20ab894570a5ebcf21eae86b24fd64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mibs/bgp4_mib_1657_bgppeertable.cc-orig	2011-12-27 00:37:40.000000000 +0000
+++ mibs/bgp4_mib_1657_bgppeertable.cc	2011-12-27 00:38:11.000000000 +0000
@@ -476,7 +476,7 @@
 
 void free_context(void * context, struct netsnmp_iterator_info_s * /* iinfo */)
 {
-    DEBUGMSGTL((BgpMib::the_instance().name(),"freeing context %x\n", context));
+    DEBUGMSGTL((BgpMib::the_instance().name(),"freeing context %p\n", context));
     if (NULL != context) free(context);
     context = NULL;
 }