diff options
Diffstat (limited to 'source3/utils/netlookup.c')
-rw-r--r-- | source3/utils/netlookup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/utils/netlookup.c b/source3/utils/netlookup.c index ef254beb24..fa631314c4 100644 --- a/source3/utils/netlookup.c +++ b/source3/utils/netlookup.c @@ -109,8 +109,7 @@ static struct con_struct *create_cs(struct net_context *c, "", #endif 0, - Undefined, - NULL); + Undefined); if (!NT_STATUS_IS_OK(nt_status)) { DEBUG(2,("create_cs: Connect failed. Error was %s\n", nt_errstr(nt_status))); |