diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-24 06:49:10 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-09-24 06:49:10 +0000 |
commit | aff556ebea7cad9cbd45e437193e95d60dcb3d02 (patch) | |
tree | 22e4f71eaef60040bf2d359c1253981dbeb02c6d /source/ntvfs/nbench | |
parent | af772318eabf5ba885d2bfd6a5198b7b24121526 (diff) | |
download | samba-aff556ebea7cad9cbd45e437193e95d60dcb3d02.tar.gz samba-aff556ebea7cad9cbd45e437193e95d60dcb3d02.tar.xz samba-aff556ebea7cad9cbd45e437193e95d60dcb3d02.zip |
r2586: updated the nbench example in the README to reflect the new chaining syntax
Diffstat (limited to 'source/ntvfs/nbench')
-rw-r--r-- | source/ntvfs/nbench/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/ntvfs/nbench/README b/source/ntvfs/nbench/README index 9aaae9d7eed..e1601e44405 100644 --- a/source/ntvfs/nbench/README +++ b/source/ntvfs/nbench/README @@ -5,8 +5,7 @@ filter module. Here is an example config that passes through to the CIFS NTVFS backend. [bench] - ntvfs handler = nbench - nbench:passthru = cifs + ntvfs handler = nbench cifs cifs:server = myserver cifs:user = myuser cifs:password = mypass |