source:
freewrt/package/pptpd/patches/bad-pqueue-debug.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 560 bytes | |
-
pptpd-1.3.0/pqueue.c
diff -urN pptpd-1.3.0/pqueue.c.orig pptpd-1.3.0/pqueue.c
old new 6 6 #include "pqueue.h" 7 7 8 8 #ifdef DEBUG_PQUEUE 9 #define DEBUG_ ON 19 #define DEBUG_CMD(_a) { _a } 10 10 #else 11 #define DEBUG_ ON 011 #define DEBUG_CMD(_a) 12 12 #endif 13 13 14 #define DEBUG_CMD(_a) if (DEBUG_ON) { _a }15 16 17 14 #define MIN_CAPACITY 128 /* min allocated buffer for a packet */ 18 15 19 16 static int pqueue_alloc (int seq, unsigned char *packet, int packlen, pqueue_t **new);
Note:
See TracBrowser
for help on using the repository browser.
