]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 Nov 2003 22:37:07 +0000 (22:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 Nov 2003 22:37:07 +0000 (22:37 +0000)
servers/slapd/back-sql/init.c
servers/slapd/sasl.c

index 2e0c2829660c8330c8e30d6dd916a2602e26f907..9ff34567e7a059b15532b63d76620c03750d1509 100644 (file)
@@ -37,7 +37,7 @@ init_module(
        return 0;
 }
 
-#endif /* SLAPD_SHELL_DYNAMIC */
+#endif /* SLAPD_SQL_DYNAMIC */
 
 int
 sql_back_initialize(
index bdd018990548e0665303ab1b200fd1a097334421..1d34200c311785584c1b5669b312d399fb14d17c 100644 (file)
@@ -1694,14 +1694,12 @@ done:
 #endif /* HAVE_CYRUS_SASL */
 
 /* Take any sort of identity string and return a DN with the "dn:" prefix. The
-   string returned in *dn is in its own allocated memory, and must be free'd 
-   by the calling process.
-   -Mark Adamson, Carnegie Mellon
-
-   The "dn:" prefix is no longer used anywhere inside slapd. It is only used
-   on strings passed in directly from SASL.
-   -Howard Chu, Symas Corp.
-*/
+ * string returned in *dn is in its own allocated memory, and must be free'd 
+ * by the calling process.  -Mark Adamson, Carnegie Mellon
+ *
+ * The "dn:" prefix is no longer used anywhere inside slapd. It is only used
+ * on strings passed in directly from SASL.  -Howard Chu, Symas Corp.
+ */
 
 #define SET_NONE       0
 #define        SET_DN          1