summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/URL.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 15:48:30 +0000
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 15:48:30 +0000
commitf7644047cab4827d2ea8d8e33db8f08b640e21d8 (patch)
treecd4996aa33a5e499a78bf1f22470d570abacb505 /Private/Source/URL.cxx
parent357e7a82bc85acee0ed05c6dc0fd870990859df9 (diff)
Update 3 files
- /Private/NewKit/UserHeap.hpp - /Private/Source/UserHeap.cxx - /Private/Source/URL.cxx
Diffstat (limited to 'Private/Source/URL.cxx')
-rw-r--r--Private/Source/URL.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/Source/URL.cxx b/Private/Source/URL.cxx
index ae88678a..8c569f87 100644
--- a/Private/Source/URL.cxx
+++ b/Private/Source/URL.cxx
@@ -20,12 +20,12 @@ constexpr const char *kURLProtocols[] = {
"http", // http without the secure
"file", // filesystem protocol
"ftp", // file transfer protocol
- "params", // system settings
- "rsh", // remote shell (gui)
+ "krnlconf", // system settings
+ "guisys", // remote shell (gui)
};
constexpr const int kUrlOutSz = 3; //! ://
-constexpr const int kProtosCount = 8;
+constexpr const int kProtosCount = 6;
constexpr const int kRangeSz = 4096;
static ErrorOr<StringView> url_extract_location(const char *url) {