View | Details | Raw Unified | Return to bug 1612 | Differences between
and this patch

Collapse All | Expand All

(-)ssh-add.c (-3 lines)
Lines 195-203 Link Here
195
		if (confirm != 0)
195
		if (confirm != 0)
196
			fprintf(stderr,
196
			fprintf(stderr,
197
			    "The user has to confirm each use of the key\n");
197
			    "The user has to confirm each use of the key\n");
198
	} else if (ssh_add_identity(ac, private, comment)) {
199
		fprintf(stderr, "Identity added: %s (%s)\n", filename, comment);
200
		ret = 0;
201
	} else {
198
	} else {
202
		fprintf(stderr, "Could not add identity: %s\n", filename);
199
		fprintf(stderr, "Could not add identity: %s\n", filename);
203
	}
200
	}

Return to bug 1612