ispman/lib/ISPMan UserMan.pm,1.41,1.42

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27406/lib/ISPMan

Modified Files:
	UserMan.pm 
Log Message:
merged bugfix from rel_1_1-bugfixes (up to 1.35.2.3)
[ 913364 ] ARRAY(0x805f978 instead of host in processes

Index: UserMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/UserMan.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- UserMan.pm	17 Apr 2004 07:51:53 -0000	1.41
+++ UserMan.pm	17 Apr 2004 09:54:57 -0000	1.42
@@ -586,7 +586,7 @@
 	my $_filehost;
 			 
 	if ($_filehost=$self->getDomainAttribute($domain, "ispmanDomainDefaultFileServer")){
-		return  $_filehost;
+		return  @$_filehost[0];
 	}elsif ($_filehost=$self->getHostGroupFirstMember('fileservergroup')) {
 		return  $_filehost;
 	} else {



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.