openswan-2.4.9-003-spi.patch 369 B

123456789101112
  1. --- openswan-2.4.7.orig/programs/spi/spi.c 2006-02-15 05:36:36.000000000 +0100
  2. +++ openswan-2.4.7/programs/spi/spi.c 2006-11-28 15:52:41.000000000 +0100
  3. @@ -538,7 +538,9 @@ main(int argc, char *argv[])
  4. case 'g':
  5. debug = 1;
  6. pfkey_lib_debug = PF_KEY_DEBUG_PARSE_MAX;
  7. +#if !defined(NO_DEBUG)
  8. cur_debugging = 0xffffffff;
  9. +#endif
  10. argcount--;
  11. break;