[29919] in CVS-changelog-for-Kerberos-V5
krb5 commit: Fix self-assign of void * in profile_tcl.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Apr 14 12:14:43 2017
Date: Fri, 14 Apr 2017 12:14:36 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201704141614.v3EGEacR024260@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/d7b31c7b78336d7108ced656ee1caab0d6acaddd
commit d7b31c7b78336d7108ced656ee1caab0d6acaddd
Author: Robbie Harwood <rharwood@redhat.com>
Date: Thu Apr 6 14:43:46 2017 -0400
Fix self-assign of void * in profile_tcl.c
Better would be to fix the generation or elminate this altogether.
src/util/profile/profile_tcl.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/util/profile/profile_tcl.c b/src/util/profile/profile_tcl.c
index cac4627..4f7a86a 100644
--- a/src/util/profile/profile_tcl.c
+++ b/src/util/profile/profile_tcl.c
@@ -3102,8 +3102,6 @@ SWIG_InitializeModule(void *clientdata) {
swig_module_info *module_head, *iter;
int found, init;
- clientdata = clientdata;
-
/* check to see if the circular list has been setup, if not, set it up */
if (swig_module.next==0) {
/* Initialize the swig_module */
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5