diff options
author | Michael Adam <obnox@samba.org> | 2012-05-02 17:33:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-02 18:11:05 +0200 |
commit | e615c22bc2d17e536ad7fc72054c97ddcb083f33 (patch) | |
tree | 3e95e056a6fb5714a37b07ff64448cd8da268ade /source4/torture/rpc | |
parent | f479d8ff59bb1ebab3aade73e27504156eb97341 (diff) | |
download | samba-e615c22bc2d17e536ad7fc72054c97ddcb083f33.tar.gz samba-e615c22bc2d17e536ad7fc72054c97ddcb083f33.tar.bz2 samba-e615c22bc2d17e536ad7fc72054c97ddcb083f33.zip |
s4:torture:rpc: fix a comment typo in samba3.smb2-reauth2
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index a39b7d225a..ea3388658f 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -3741,7 +3741,7 @@ done: } /** - * Test smb2reauthentication while rpc pipe is in use. + * Test smb2 reauthentication while rpc pipe is in use. * Open a second lsa bind after reauth to anon. * Do lsa getusername on that second bind. */ |