Rev 13 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_bad_test.dpatch by <magnus@proffe.kibibyte.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp
--- trunk~/src/libdkimtest.cpp 2007-02-22 17:05:46.000000000 +0100
+++ trunk/src/libdkimtest.cpp 2008-01-19 22:47:48.000000000 +0100
@@ -256,7 +256,7 @@
DKIMVerifyOptions vopts;
vopts.pfnSelectorCallback = NULL; //SelectorCallback;
- vopts.pfnPolicyCallback = NULL; //PolicyCallback;
+ vopts.pfnPracticesCallback = NULL; //PolicyCallback;
n = DKIMVerifyInit( &ctxt, &vopts );