mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
$NetBSD: patch-ai,v 1.3 2004/03/28 22:00:05 minskim Exp $
|
|
|
|
--- src/InternalClient.c++.orig 2003-01-18 08:18:12.000000000 -0600
|
|
+++ src/InternalClient.c++
|
|
@@ -35,8 +35,8 @@ InternalClient::InternalClient(const cha
|
|
{
|
|
assert(filename);
|
|
assert(h);
|
|
- assert(filename[0] == '/');
|
|
Log::debug("%s watching %s", name(), filename);
|
|
+ assert(filename[0] == '/');
|
|
interest = new File(filename, this, Request(0), Cred::SuperUser);
|
|
}
|
|
|