allow run as user
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 27 Apr 2006 13:14:45 +0000 (13:14 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 27 Apr 2006 13:14:45 +0000 (13:14 +0000)
zypp/ZYppFactory.cc

index fdde363..fa1e58e 100644 (file)
@@ -235,6 +235,11 @@ namespace zypp
                 return true;
               }
             }
+            else
+            {
+              MIL << locker_pid << " is running and has a ZYpp lock. Access as normal user allowed." << std::endl;
+              return false;
+            }
           }
         }
       }