summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-01-31 17:13:24 +0000
committerTim Potter <tpot@samba.org>2001-01-31 17:13:24 +0000
commit6994f74468867f66490d7fd0cbfcccab6dd89248 (patch)
tree8e2612a9120fc91f5aba58e070061ee1f05d272c
parent0f56642dc65f38cdc65dc3040f98f374e2ef1932 (diff)
downloadsamba-6994f74468867f66490d7fd0cbfcccab6dd89248.tar.gz
samba-6994f74468867f66490d7fd0cbfcccab6dd89248.tar.xz
samba-6994f74468867f66490d7fd0cbfcccab6dd89248.zip
Missing sys_endpwent() from HEAD.
-rw-r--r--source/rpc_server/srv_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_server/srv_samr.c b/source/rpc_server/srv_samr.c
index 6491a7bd6c1..3eda7f9b665 100644
--- a/source/rpc_server/srv_samr.c
+++ b/source/rpc_server/srv_samr.c
@@ -337,7 +337,7 @@ static BOOL get_passwd_entries(SAM_USER_INFO_21 *pw_buf,
if (pwd == NULL) {
/* totally done, reset everything */
- endpwent();
+ sys_endpwent();
current_idx = 0;
mapped_idx = 0;
}