projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4381e
)
Changed error message not to refer to kdb_util
author
Theodore Tso
<tytso@mit.edu>
Thu, 10 Jan 1991 22:54:00 +0000
(22:54 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 10 Jan 1991 22:54:00 +0000
(22:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1627
dc483132
-0cff-0310-8789-
dd5450dbe970
src/admin/edit/dump.c
patch
|
blob
|
history
diff --git
a/src/admin/edit/dump.c
b/src/admin/edit/dump.c
index 0f1b1ea72bfda7d7d2b69e32845b547b74f99a14..35f21e61042640ec372b4193d8651517f2c4e9a3 100644
(file)
--- a/
src/admin/edit/dump.c
+++ b/
src/admin/edit/dump.c
@@
-126,7
+126,7
@@
void update_ok_file (file_name)
if ((file_ok = (char *)malloc(strlen(file_name) + strlen(ok) + 1))
== NULL) {
- fprintf(stderr, "
kdb_util: out of memory.\n"
);
+ fprintf(stderr, "
%s: out of memory.\n", progname
);
(void) fflush (stderr);
perror ("malloc");
exit (1);