summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-05-23 03:53:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:29 -0500
commit03e7d374616c4b0be3e9d62e5925ffb054b20642 (patch)
treeff0f1ccc2020398b53d99d2d8a38580a37d59abc /source4/smb_server/smb/reply.c
parent507e502c352ff53952fa704f1bde5accc0bd8f1a (diff)
downloadsamba-03e7d374616c4b0be3e9d62e5925ffb054b20642.tar.gz
samba-03e7d374616c4b0be3e9d62e5925ffb054b20642.tar.bz2
samba-03e7d374616c4b0be3e9d62e5925ffb054b20642.zip
r15827: fixed a spelling error
(This used to be commit 801357af2ef80fe270750c084a78142711ae9e6c)
Diffstat (limited to 'source4/smb_server/smb/reply.c')
-rw-r--r--source4/smb_server/smb/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/reply.c b/source4/smb_server/smb/reply.c
index 9abb35ad86..75830ae73a 100644
--- a/source4/smb_server/smb/reply.c
+++ b/source4/smb_server/smb/reply.c
@@ -1239,7 +1239,7 @@ void smbsrv_reply_tdis(struct smbsrv_request *req)
talloc_free(h);
}
- /* finaly destroy the tcon */
+ /* finally destroy the tcon */
talloc_free(req->tcon);
req->tcon = NULL;