projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce767b8
)
openldap: remove unused element from ldap_s struct
author
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 1 Sep 2014 11:22:39 +0000
(13:22 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 1 Sep 2014 11:22:39 +0000
(13:22 +0200)
src/openldap.c
patch
|
blob
|
history
diff --git
a/src/openldap.c
b/src/openldap.c
index
31b47f9
..
4d8fa68
100644
(file)
--- a/
src/openldap.c
+++ b/
src/openldap.c
@@
-41,7
+41,6
@@
struct ldap_s /* {{{ */
int version;
LDAP *ld;
- char *dn;
};
typedef struct ldap_s ldap_t; /* }}} */