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 | 56214b5089b122d5fa1567a8458f61d1a377d69e (patch) | |
tree | bb1edc9b33e09116646dfa9da00988e9246538d3 | |
parent | 310536a709ccbfbcb3148f5662d5e89da993f7cd (diff) | |
download | samba-56214b5089b122d5fa1567a8458f61d1a377d69e.tar.gz samba-56214b5089b122d5fa1567a8458f61d1a377d69e.tar.bz2 samba-56214b5089b122d5fa1567a8458f61d1a377d69e.zip |
commas in the wrong places...
(This used to be commit 0ca7a64515065c0d8c47b38ee996901bd5e00020)
-rw-r--r-- | source3/nmbsync.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |