From 8a07d31e5fb16c8b10eb2e833573cda9f8803d02 Mon Sep 17 00:00:00 2001 From: dimitr Date: Thu, 17 Apr 2008 16:02:46 +0000 Subject: [PATCH] 1) Simplified the internal provider API a little. 2) Passed the original filename (possibly an alias) via DPB. This way it can be transmitted through the remote subsystem. Hopefully, this should fix CORE-1105, CORE-1390 and CORE-1566 at once. Although a better hope would be that it won't break anything else :-) --- src/include/consts_pub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/consts_pub.h b/src/include/consts_pub.h index d86e97e619..4b6373521b 100644 --- a/src/include/consts_pub.h +++ b/src/include/consts_pub.h @@ -106,6 +106,7 @@ #define isc_dpb_trusted_auth 73 #define isc_dpb_process_name 74 #define isc_dpb_trusted_role 75 +#define isc_dpb_org_filename 76 /**************************************************/ /* clumplet tags used inside isc_dpb_address_path */