Monday, July 17, 2017

[389-commits] [389-ds-base] 01/01: fix compiler warning for patch 49287

This is an automated email from the git hooks/post-receive script.

lkrispen pushed a commit to branch master
in repository 389-ds-base.

commit c8370b89fc2883d0785471f5d0d837386b564170
Author: Ludwig Krispenz <lkrispen@redhat.com>
Date: Mon Jul 17 18:03:52 2017 +0200

fix compiler warning for patch 49287
---
ldap/servers/plugins/replication/repl5_plugins.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/ldap/servers/plugins/replication/repl5_plugins.c b/ldap/servers/plugins/replication/repl5_plugins.c
index e53572b..075f9ef 100644
--- a/ldap/servers/plugins/replication/repl5_plugins.c
+++ b/ldap/servers/plugins/replication/repl5_plugins.c
@@ -45,6 +45,7 @@
#include "repl.h"
#include "cl5_api.h"
#include "urp.h"
+#include "csnpl.h"

static char *local_purl = NULL;
static char *purl_attrs[] = {"nsslapd-localhost", "nsslapd-port", "nsslapd-secureport", NULL};

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment