summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-04 21:46:27 +0000
committerGerald Carter <jerry@samba.org>2002-10-04 21:46:27 +0000
commitfac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3 (patch)
tree32746fdcf7bd19fb47ca7a414876b23817b8d604 /source3/nsswitch/winbindd_cm.c
parentd2eae2a2999de61ddb494780f2477f7f7569b804 (diff)
downloadsamba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.tar.gz
samba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.tar.bz2
samba-fac6a13fd3cee8f3f4f7f8e3a2dbb700181c67c3.zip
fix typo
(This used to be commit 38a956c79bbdb5e1eedfcb1cf3ad4f7c906d0cf7)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
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;