From 5eba63a6803ed907115a867188cd5df1dd571fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 5 Jun 2014 23:18:04 +0200 Subject: [PATCH] UrlContext: Improved comment --- src/kits/network/libnetapi/UrlContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/network/libnetapi/UrlContext.cpp b/src/kits/network/libnetapi/UrlContext.cpp index e0afdc7988..d197849ffa 100644 --- a/src/kits/network/libnetapi/UrlContext.cpp +++ b/src/kits/network/libnetapi/UrlContext.cpp @@ -64,7 +64,7 @@ BUrlContext::AddAuthentication(const BUrl& url, // authentication for the same domain. if (authentication != previous) { fAuthenticationMap->Put(hostHash, authentication); - // replaces the old one + // replaces the old one, or adds it in case previous == NULL delete previous; } }