From 0ca7a64515065c0d8c47b38ee996901bd5e00020 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... --- source/nmbsync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/nmbsync.c b/source/nmbsync.c index c922c8b833d..b4a40518cfa 100644 --- a/source/nmbsync.c +++ b/source/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 v1.2.1