| 0,0 → 1,19 |
| #! /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 ); |
| |
| Property changes: |
| Added: svn:executable |
| ## -0,0 +1 ## |
| +* |
| \ No newline at end of property |
| Index: debian/patches/00list |
| =================================================================== |
| --- debian/patches/00list (revision 9) |
| +++ debian/patches/00list (revision 10) |
| @@ -0,0 +1 @@ |
| +20_bad_test |