X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=common%2Ftr_idp.c;h=fc91c6244558b2b7e2f5e39f9cda39d70b79ab5a;hb=0cec16a53a8b41581883aaa605643a42f966043a;hp=f6c0836a690669c7e7fb06adf82543a89c5b51fd;hpb=addf9ce1e66625015db09de61c39061c4ac9b8e0;p=trust_router.git diff --git a/common/tr_idp.c b/common/tr_idp.c index f6c0836..fc91c62 100644 --- a/common/tr_idp.c +++ b/common/tr_idp.c @@ -345,11 +345,11 @@ char *tr_idp_realm_to_str(TALLOC_CTX *mem_ctx, TR_IDP_REALM *idp) } result=talloc_asprintf(mem_ctx, - "IDP realm: \"%.*s\"\n" - " shared: %s\n" - " local: %s\n" - " AAA servers: %s\n" - " APCs: %s\n", + "IDP realm: \"%.*s\"" + " shared: %s" + " local: %s" + " AAA servers: %s" + " APCs: %s", idp->realm_id->len, idp->realm_id->buf, (idp->shared_config)?"yes":"no", (idp->origin==TR_REALM_LOCAL)?"yes":"no",