summaryrefslogtreecommitdiff
path: root/support/htdigest.c
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-01-18 23:28:20 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-01-18 23:28:20 +0000
commit00053faa9006ba5ec307f7e5327900e56bb748e3 (patch)
tree28da7411028dd0e15f4ddfe403ff60efd34752cc /support/htdigest.c
parentcdea8a54771d754f234a0d2d297a84203768266c (diff)
downloadhttpd-00053faa9006ba5ec307f7e5327900e56bb748e3.tar.gz
Updates to allow the utilities to run on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htdigest.c')
-rw-r--r--support/htdigest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/htdigest.c b/support/htdigest.c
index 8adb564960..7a8bf3b9e7 100644
--- a/support/htdigest.c
+++ b/support/htdigest.c
@@ -208,6 +208,9 @@ static void interrupted(void)
static void terminate(void)
{
+#ifdef NETWARE
+ pressanykey();
+#endif
apr_terminate();
}