]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix argument order for kprop debug message
authorMatt Rogers <mrogers@redhat.com>
Mon, 20 Jun 2016 13:21:28 +0000 (09:21 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 20 Jun 2016 15:56:00 +0000 (11:56 -0400)
ticket: 8277

src/kadmin/server/ipropd_svc.c

index 336e5de0f06fd630eea78a52215baede7ed8d08c..62a0a2bd41f8f0ad3a713feafd61815ca8583c65 100644 (file)
@@ -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",