strdup -> xstrdup
authorChristos Zoulas <christos@zoulas.com>
Thu, 6 Oct 2011 14:24:47 +0000 (10:24 -0400)
committerChristos Zoulas <christos@zoulas.com>
Thu, 6 Oct 2011 14:24:47 +0000 (10:24 -0400)
amd/amfs_error.c

index bcfc4718660b48f04c4d9982333cabb093815feb..ff08580803889f0a8140ee3fe51cd6c49666adfb 100644 (file)
@@ -92,7 +92,7 @@ am_ops amfs_error_ops =
 static char *
 amfs_error_match(am_opts *fo)
 {
-  return strdup("(error-hook)");
+  return xstrdup("(error-hook)");
 }