diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-24 11:07:32 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-24 15:29:47 +0200 |
commit | c9ddc5010801068a03e7f2e87c78b3a07a59e1b0 (patch) | |
tree | 59e2d6fff45739534a2c41e047510366c67da1f8 /auth/gensec | |
parent | 59e838a1c4edb4a2fba220cf2374bb0880b6c43d (diff) | |
download | samba-c9ddc5010801068a03e7f2e87c78b3a07a59e1b0.tar.gz samba-c9ddc5010801068a03e7f2e87c78b3a07a59e1b0.tar.bz2 samba-c9ddc5010801068a03e7f2e87c78b3a07a59e1b0.zip |
auth/gensec: fix missleading comment
We don't talloc_reference for tsocket_addresses.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 24 15:29:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'auth/gensec')
-rw-r--r-- | auth/gensec/gensec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gensec/gensec.c b/auth/gensec/gensec.c index cdc7c670ab..ec104a7f75 100644 --- a/auth/gensec/gensec.c +++ b/auth/gensec/gensec.c @@ -448,7 +448,7 @@ _PUBLIC_ const char *gensec_get_target_hostname(struct gensec_security *gensec_s } /** - * Set (and talloc_reference) local and peer socket addresses onto a socket + * Set (and copy) local and peer socket addresses onto a socket * context on the GENSEC context. * * This is so that kerberos can include these addresses in |