]> granicus.if.org Git - pdns/commitdiff
turns out that there is a tiny chance we crash on setting the 'programname' .. which...
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 2 Jan 2011 21:32:48 +0000 (21:32 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 2 Jan 2011 21:32:48 +0000 (21:32 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1792 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/ueberbackend.cc

index f324c195b6c78dc6945af2ccbb76d2f24272c3fc..6ee151b4e0a1db70391141435e028248f870d6a6 100644 (file)
@@ -256,7 +256,7 @@ void UeberBackend::setStatus(const string &st)
 
 UeberBackend::UeberBackend(const string &pname)
 {
-  programname=pname;
+//  programname=pname;
   pthread_mutex_lock(&instances_lock);
   instances.push_back(this); // report to the static list of ourself
   pthread_mutex_unlock(&instances_lock);