]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
slapo-autogroup: fix typo in Debug msg
authorHoward Chu <hyc@openldap.org>
Mon, 5 Feb 2024 15:48:31 +0000 (15:48 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Feb 2024 17:52:40 +0000 (17:52 +0000)
Was present in original commit 946e8591088b557cbd326a904c138d910a7b9f9e

contrib/slapd-modules/autogroup/autogroup.c

index cbcedfebf6c2f3a5d65ff342cfe5a0f58a967251..fa888936d1bb37b566f49fd0388c00ed139065b0 100644 (file)
@@ -1936,7 +1936,7 @@ ag_cfgen( ConfigArgs *c )
                if( !is_at_subtype( member_url_ad->ad_type, slap_schema.si_ad_labeledURI->ad_type ) ) {
                        snprintf( c->cr_msg, sizeof( c->cr_msg ),
                                "\"autogroup-attrset <oc> <URL-ad> <member-ad>\": "
-                               "AttributeDescription \"%s\" ",
+                               "AttributeDescription \"%s\" "
                                "must be of a subtype \"labeledURI\"",
                                c->argv[ 2 ] );
                        Debug( LDAP_DEBUG_ANY, "%s: %s.\n",