1 diff -urN pptpd-1.3.0/pqueue.c.orig pptpd-1.3.0/pqueue.c
2 --- pptpd-1.3.0/pqueue.c.orig 2006-04-17 20:44:28.000000000 -0400
3 +++ pptpd-1.3.0/pqueue.c 2006-04-17 20:44:58.000000000 -0400
9 +#define DEBUG_CMD(_a) { _a }
12 +#define DEBUG_CMD(_a)
15 -#define DEBUG_CMD(_a) if (DEBUG_ON) { _a }
18 #define MIN_CAPACITY 128 /* min allocated buffer for a packet */
20 static int pqueue_alloc (int seq, unsigned char *packet, int packlen, pqueue_t **new);