UrlContext: Improved comment

This commit is contained in:
Stephan Aßmus
2014-06-06 00:23:47 +02:00
parent cb1a99c5f0
commit 5eba63a680
+1 -1
View File
@@ -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;
}
}