From c9ddc5010801068a03e7f2e87c78b3a07a59e1b0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 24 Oct 2011 11:07:32 +0200 Subject: [PATCH] auth/gensec: fix missleading comment We don't talloc_reference for tsocket_addresses. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Oct 24 15:29:47 CEST 2011 on sn-devel-104 --- auth/gensec/gensec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/gensec/gensec.c b/auth/gensec/gensec.c index cdc7c670abd..ec104a7f75b 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 -- 2.34.1