diff options
Diffstat (limited to 'ldap/servers/plugins/syntaxes/int.c')
-rw-r--r-- | ldap/servers/plugins/syntaxes/int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/syntaxes/int.c b/ldap/servers/plugins/syntaxes/int.c index 2d98d066..ace93657 100644 --- a/ldap/servers/plugins/syntaxes/int.c +++ b/ldap/servers/plugins/syntaxes/int.c @@ -63,7 +63,7 @@ static char *names[] = { "INTEGER", "int", INTEGER_SYNTAX_OID, 0 }; #define INTEGERORDERINGMATCH_OID "2.5.13.15" static Slapi_PluginDesc pdesc = { "int-syntax", VENDOR, - PACKAGE_VERSION, "integer attribute syntax plugin" }; + DS_PACKAGE_VERSION, "integer attribute syntax plugin" }; static Slapi_MatchingRuleEntry integerMatch = { INTEGERMATCH_OID, NULL /* no alias? */, |