diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 21:46:11 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 21:46:11 +0000 |
commit | cc169cc66824b5a4e33fca8fbd6bd733b7282639 (patch) | |
tree | d94137ee8f440ef47d311456fdd743c56c5bf1f7 /source3 | |
parent | 055e6d1491d56c85f01e70cf83a928fa6492e2aa (diff) | |
download | samba-cc169cc66824b5a4e33fca8fbd6bd733b7282639.tar.gz samba-cc169cc66824b5a4e33fca8fbd6bd733b7282639.tar.bz2 samba-cc169cc66824b5a4e33fca8fbd6bd733b7282639.zip |
fix typo
(This used to be commit 324da9fdb93cdc5ed240a3291020858765e70acc)
Diffstat (limited to 'source3')
-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; |