mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix typo in last commit.
This commit is contained in:
parent
10a3a1b9c9
commit
36d9d9729c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include "back-passwd.h"
|
||||
#include <ldap_pvt.h>
|
||||
|
||||
stativ void pw_start( Backend *be );
|
||||
static void pw_start( Backend *be );
|
||||
|
||||
static Entry *pw2entry(
|
||||
Backend *be,
|
||||
|
|
|
|||
Loading…
Reference in a new issue