]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/vpnc/files/attribute.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / vpnc / files / attribute.patch
1 --- vpnc-0.2-rm+zomb-pre6/vpnc.c~       2003-11-01 16:21:47.000000000 -0800
2 +++ vpnc-0.2-rm+zomb-pre6/vpnc.c        2003-11-14 23:23:43.000000000 -0800
3 @@ -1193,7 +1193,8 @@
4                        ? "\n" : "")));
5             break;
6           default:
7 -           reject = ISAKMP_N_ATTRIBUTES_NOT_SUPPORTED;
8 +           //reject = ISAKMP_N_ATTRIBUTES_NOT_SUPPORTED;
9 +            DEBUG(1, printf("Unknow attribute: ap->type: %d.  Continuing anyway.\n", ap->type));
10           }
11  DEBUG(2, printf("S5.5\n"));
12        if (reject != 0)