Browse Source

Fixing a syntax error
ldap/servers/slapd/filterentry.c (line 685) void function cannot return value

Noriko Hosoi 15 years ago
parent
commit
acf2c6b2f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/filterentry.c

+ 1 - 1
ldap/servers/slapd/filterentry.c

@@ -682,7 +682,7 @@ filter_strcpy_special_ext( char *d, char *s, int flags )
 void
 filter_strcpy_special( char *d, char *s )
 {
-	return filter_strcpy_special_ext(d, s, 0);
+	filter_strcpy_special_ext(d, s, 0);
 }
 
 int test_substring_filter(