diff options
author | Volker Lendecke <vl@samba.org> | 2011-04-14 11:06:00 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-04-14 11:55:56 +0200 |
commit | 15d6c7070770b3146c510996ab24afbdf8034ee8 (patch) | |
tree | c19d73ddf2c7e0be3377cb9fd20a4fcb6335259d | |
parent | 32c12cc27998eca564d1e2ca8c9201f1acc1a6a4 (diff) | |
download | samba-15d6c7070770b3146c510996ab24afbdf8034ee8.tar.gz samba-15d6c7070770b3146c510996ab24afbdf8034ee8.tar.bz2 samba-15d6c7070770b3146c510996ab24afbdf8034ee8.zip |
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Apr 14 11:55:56 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 93f29e57b6..dc56779ef2 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2902,7 +2902,7 @@ void smbd_process(struct smbd_server_connection *sconn) if (lp_maxprotocol() == PROTOCOL_SMB2 && !lp_async_smb_echo_handler()) { /* - * We're not making the desion here, + * We're not making the decision here, * we're just allowing the client * to decide between SMB1 and SMB2 * with the first negprot |