diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-23 19:24:58 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-23 19:24:58 +0000 |
commit | 0ca7a64515065c0d8c47b38ee996901bd5e00020 (patch) | |
tree | 30a1393cc1ea5c6f097f91133c2f98560868ae76 | |
parent | d8c265c515985414962bb5187c9f92d016281dcc (diff) | |
download | samba-0ca7a64515065c0d8c47b38ee996901bd5e00020.tar.gz samba-0ca7a64515065c0d8c47b38ee996901bd5e00020.tar.xz samba-0ca7a64515065c0d8c47b38ee996901bd5e00020.zip |
commas in the wrong places...
-rw-r--r-- | source/nmbsync.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |