From 56214b5089b122d5fa1567a8458f61d1a377d69e Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 23 Oct 1997 19:24:58 +0000 Subject: commas in the wrong places... (This used to be commit 0ca7a64515065c0d8c47b38ee996901bd5e00020) --- source3/nmbsync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nmbsync.c') diff --git a/source3/nmbsync.c b/source3/nmbsync.c index c922c8b833..b4a40518cf 100644 --- a/source3/nmbsync.c +++ b/source3/nmbsync.c @@ -84,8 +84,8 @@ static BOOL add_info(struct subnet_record *d, struct work_record *work, int serv if (cli_call_api(PIPE_LANMAN, PTR_DIFF(p,param), /* param count */ - 8, /*data count */, - 0, /* setup count */, + 8, /*data count */ + 0, /* setup count */ 0, /* mprcount - whatever that is */ BUFFER_SIZE - SAFETY_MARGIN, /* mdrcount - whatever that is */ &rprcnt,&rdrcnt, -- cgit