* actually initialize the static sLocker with NULL too...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-10-24 22:51:43 +00:00
parent fd5679a989
commit 20b56fdd92
+1 -1
View File
@@ -119,7 +119,7 @@ class PathHandler : public BHandler {
static WatcherMap sWatchers;
static BLocker* sLocker;
static BLocker* sLocker = NULL;
static status_t