diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 21:46:27 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 21:46:27 +0000 |
commit | fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3 (patch) | |
tree | 32746fdcf7bd19fb47ca7a414876b23817b8d604 | |
parent | d2eae2a2999de61ddb494780f2477f7f7569b804 (diff) | |
download | samba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.tar.gz samba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.tar.bz2 samba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.zip |
fix typo
(This used to be commit 38a956c79bbdb5e1eedfcb1cf3ad4f7c906d0cf7)
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 91ab5b209d..def73edde6 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -384,7 +384,7 @@ static void add_failed_connection_entry(struct winbindd_cm_conn *new_conn, /* Open a connction to the remote server, cache failures for 30 seconds */ -static NTSTATUS cm_open_connection(const char *domain, const iont pipe_index, +static NTSTATUS cm_open_connection(const char *domain, const int pipe_index, struct winbindd_cm_conn *new_conn) { struct failed_connection_cache *fcc; |