[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: patch for servers/slapd/back-sql/init.c - oops again file missing



Again I missed to include the attachment. Here it is.

Heiko Nardmann wrote:

> I attach a patch to servers/slapd/back-sql/init.c to make it possible to
> use the SQL backend dynamically.
>

--
Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de, Software Development
secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de),
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax  : +49 271 48950-50

--- init.c	Wed Jan 17 14:41:33 2001
+++ init.c.new	Wed Nov 29 17:18:15 2000
@@ -26,7 +26,8 @@
 
     memset( &bi, '\0', sizeof(bi) );
     bi.bi_type = "sql";
-    bi.bi_init = backbacksql_initialize;
+    /*bi.bi_init = backbacksql_initialize;*/
+    bi.bi_init = sql_back_initialize;
 
     backend_add(&bi);
     return 0;