krb5 commit: Fix argument order for kprop debug message

Greg Hudson ghudson at mit.edu
Mon Jun 20 12:16:49 EDT 2016


https://github.com/krb5/krb5/commit/e76c5f0b08da7129746fc8549c9a01d0af8d9ffa
commit e76c5f0b08da7129746fc8549c9a01d0af8d9ffa
Author: Matt Rogers <mrogers at redhat.com>
Date:   Mon Jun 20 09:21:28 2016 -0400

    Fix argument order for kprop debug message
    
    ticket: 8277

 src/kadmin/server/ipropd_svc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/kadmin/server/ipropd_svc.c b/src/kadmin/server/ipropd_svc.c
index 336e5de..62a0a2b 100644
--- a/src/kadmin/server/ipropd_svc.c
+++ b/src/kadmin/server/ipropd_svc.c
@@ -391,7 +391,7 @@ ipropx_resync(uint32_t vers, struct svc_req *rqstp)
 	}
 
 	DPRINT("%s: exec `kprop -r %s -f %s %s' ...\n",
-	       handle->params.realm, whoami, dump_file, clhost);
+	       whoami, handle->params.realm, dump_file, clhost);
 	/* XXX Yuck!  */
 	if (getenv("KPROP_PORT")) {
 	    pret = execl(kprop, "kprop", "-r", handle->params.realm, "-f",


More information about the cvs-krb5 mailing list