[26539] in CVS-changelog-for-Kerberos-V5
krb5 commit: Clean up a redundant assignment in libprofile
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun May 13 15:43:07 2012
Date: Sun, 13 May 2012 15:43:04 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201205131943.q4DJh4F2022953@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/6b0821452898d17058b4d3ac996cd50458b9fbed
commit 6b0821452898d17058b4d3ac996cd50458b9fbed
Author: Greg Hudson <ghudson@mit.edu>
Date: Sun May 13 15:38:06 2012 -0400
Clean up a redundant assignment in libprofile
src/util/profile/prof_parse.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/util/profile/prof_parse.c b/src/util/profile/prof_parse.c
index 77c0adb..bcb88d2 100644
--- a/src/util/profile/prof_parse.c
+++ b/src/util/profile/prof_parse.c
@@ -47,8 +47,6 @@ static void parse_quoted_string(char *str)
{
char *to, *from;
- to = from = str;
-
for (to = from = str; *from && *from != '"'; to++, from++) {
if (*from == '\\') {
from++;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5