One more nit --- missed one call to endpwent() in rpc_server/srv_samr.c
Richard Bollinger
rabollinger at home.com
Wed Jan 31 13:48:43 GMT 2001
Here's one call to endpwent() which wasn't changed to sys_endpwent()...
--- ../source/rpc_server/srv_samr.c Wed Jan 31 07:15:17 2001
+++ ./rpc_server/srv_samr.c Wed Jan 31 08:33:04 2001
@@ -337,7 +337,7 @@
if (pwd == NULL) {
/* totally done, reset everything */
- endpwent();
+ sys_endpwent();
current_idx = 0;
mapped_idx = 0;
}
Thanks, Rich Bollinger
More information about the samba-technical
mailing list