From e11e5d671fdba2615119e4e90af9e98b648f4938 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 27 Oct 2009 21:58:25 +0100 Subject: [PATCH] cpdup(1): trans is NULL here, so don't print trans->id. --- bin/cpdup/hclink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cpdup/hclink.c b/bin/cpdup/hclink.c index d886811615..be0769cbf3 100644 --- a/bin/cpdup/hclink.c +++ b/bin/cpdup/hclink.c @@ -248,8 +248,8 @@ hcc_read_command(struct HostConf *hc, hctransaction_t trans) #endif { fprintf(stderr, - "cpdup hlink protocol error with %s (%04x %04x)\n", - hc->host, trans->id, tmp.id); + "cpdup hlink protocol error with %s (%04x)\n", + hc->host, tmp.id); exit(1); } } -- 2.11.4.GIT