]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliSurveyObj.cxx
The total mult in V0 became float number.
[u/mrichter/AliRoot.git] / STEER / AliSurveyObj.cxx
index 723761dd106f7b1cac4a31e66c67ded0a9f36f59..1edd8446d8015d3ce482461cafb88dd6bdba0631 100644 (file)
@@ -150,7 +150,7 @@ Bool_t AliSurveyObj::Connect(const char *gridUrl, const char *user) {
 
   // If the same "Grid" is alreay active, skip connection
   if (!gGrid || gridUrl != gGrid->GridUrl() ||
-      (( user != "" ) && ( user != gGrid->GetUser() )) ) {
+      (( strcmp(user,"") ) && ( strcmp(user,gGrid->GetUser()) )) ) {
     // connection to the Grid
     AliInfo("\nConnecting to the Grid...");
     if (gGrid) {