summaryrefslogtreecommitdiff
path: root/uri
diff options
context:
space:
mode:
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>2006-07-31 12:16:41 +0000
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>2006-07-31 12:16:41 +0000
commitc8a78ccc741693701878b5f4a25a5142759c22dd (patch)
tree2772c2e15bc7a142d0fdd892a7b18fc1ed1cbd83 /uri
parentb4de6ea6b599dedce40b7ca351b4482472e6ca61 (diff)
downloadlibapr-util-c8a78ccc741693701878b5f4a25a5142759c22dd.tar.gz
Rollback 426711.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@427092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'uri')
-rw-r--r--uri/apr_uri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uri/apr_uri.c b/uri/apr_uri.c
index e3fc6b11..3245c19a 100644
--- a/uri/apr_uri.c
+++ b/uri/apr_uri.c
@@ -67,7 +67,6 @@ static schemes_t schemes[] =
{"acap", APR_URI_ACAP_DEFAULT_PORT},
{"telnet", APR_URI_TELNET_DEFAULT_PORT},
{"ssh", APR_URI_SSH_DEFAULT_PORT},
- {"ajp", APR_URI_AJP_DEFAULT_PORT},
{ NULL, 0xFFFF } /* unknown port */
};