summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-16 05:51:10 +0000
committerTim Potter <tpot@samba.org>2003-07-16 05:51:10 +0000
commitaed434ea9baf430bf7513ca3fb1f7b2f01792341 (patch)
treecc1f8c45c5df195eba455439414dee4ce712b4c4 /source3/libsmb/clientgen.c
parentca9384623054fde64510edfbee3fc291f1d09fb9 (diff)
downloadsamba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.tar.gz
samba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.tar.bz2
samba-aed434ea9baf430bf7513ca3fb1f7b2f01792341.zip
Spelling.
(This used to be commit 2750418752e491c5e87f0f2adf253291e31ee4c2)
Diffstat (limited to 'source3/libsmb/clientgen.c')
-rw-r--r--source3/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index 58c5ad8cd3..cd9edb1cc9 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -141,7 +141,7 @@ BOOL cli_send_smb(struct cli_state *cli)
if (cli->fd == -1)
return False;
- cli_caclulate_sign_mac(cli);
+ cli_calculate_sign_mac(cli);
len = smb_len(cli->outbuf) + 4;