Skip to content

Commit

Permalink
* klist.c (main): Exit with a 0 exit status if everything okay
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10511 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
epeisach committed Mar 30, 1998
1 parent 044c029 commit c04e3bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clients/klist/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Mar 30 17:08:07 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>

* klist.c (main): Exit with a 0 exit status if everything okay

Wed Feb 18 15:42:57 1998 Tom Yu <tlyu@mit.edu>

* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
Expand Down
2 changes: 2 additions & 0 deletions src/clients/klist/klist.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ main(argc, argv)
do_ccache(name);
else
do_keytab(name);

exit(0);
}

void do_keytab(name)
Expand Down

0 comments on commit c04e3bd

Please sign in to comment.