summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-09-24 18:39:01 -0700
committerRuss Allbery <rra@stanford.edu>2012-09-24 18:39:01 -0700
commit278348b6e22922fd41d92a62224d293b05244573 (patch)
tree3fdb592ea030ea14c00fb621f76adb886b91b854 /client
parentf26f6dd275526a46de02fab35466707979208d58 (diff)
Update to rra-c-util 4.6
* Drop concat from the util library in favor of asprintf. * Fail on any error in [bx]asprintf and [bx]vasprintf. Change-Id: Ife0797f7b735f759abb21d330438da729551b78e
Diffstat (limited to 'client')
-rw-r--r--client/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/open.c b/client/open.c
index 1df39cf..6852fc0 100644
--- a/client/open.c
+++ b/client/open.c
@@ -89,7 +89,7 @@ internal_import_name(struct remctl *r, const char *host,
gss_OID oid;
/*
- * If principal is NULL, use host@<host>. Don't use concat here since it
+ * If principal is NULL, use host@<host>. Don't use xmalloc here since it
* dies on failure and that's rude for a library.
*/
if (principal == NULL) {