diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-20 23:31:51 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-21 11:21:00 +0100 |
commit | 2bb126679646889780c54f674a22e271761080af (patch) | |
tree | 2f6f028f547998ea6a707cafe9deb076ce83e26e /source3/auth | |
parent | 816934faa8bbe53dd299bc5e39f471eafdddefa8 (diff) | |
download | samba-2bb126679646889780c54f674a22e271761080af.tar.gz samba-2bb126679646889780c54f674a22e271761080af.tar.bz2 samba-2bb126679646889780c54f674a22e271761080af.zip |
Fix a typo
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index d2a8591ae6..e3677c41a4 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -573,7 +573,7 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info, } result->sam_account = sampass; - /* Ensure thaat the sampass will be freed with the result */ + /* Ensure that the sampass will be freed with the result */ talloc_steal(result, sampass); result->unix_name = pwd->pw_name; /* Ensure that we keep pwd->pw_name, because we will free pwd below */ |