summaryrefslogtreecommitdiff
path: root/examples/xsh.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-16 12:27:38 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-16 12:27:38 +0000
commit23624ea6f78ec8acc167a2491c00998907fc76b1 (patch)
treea57b3caee23a167d442d7d4e0419c4689dfba565 /examples/xsh.c
parent2b5457bbf7352200f7bc77795adbbcfd47550855 (diff)
Relevant BUGIDs: none
Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit
Diffstat (limited to 'examples/xsh.c')
-rw-r--r--examples/xsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xsh.c b/examples/xsh.c
index e25531bb..08b4af11 100644
--- a/examples/xsh.c
+++ b/examples/xsh.c
@@ -173,5 +173,5 @@ int main(int argc, char **argv)
pamh = NULL;
bail_out(pamh,1,retcode,"pam_end");
- exit(0);
+ return (0);
}