Check-in Number:
|
3223 | |
Date: |
2003-Feb-11 14:40:57 (local)
2003-Feb-11 13:40:57 (UTC) |
User: | thl |
Branch: | |
Comment: |
pass destruction through to childs |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_l2.c 1.6 -> 1.7
--- lmtp2nntp_l2.c 2003/01/30 19:45:20 1.6
+++ lmtp2nntp_l2.c 2003/02/11 13:40:57 1.7
@@ -111,7 +111,7 @@
/* destroy channel configuration */
free(cfg);
- return L2_OK;
+ return L2_OK_PASS;
}
/* exported channel handler structure */
|
|