/[PAMELA software]/YodaProfiler/src/YodaProfiler.cpp
ViewVC logotype

Diff of /YodaProfiler/src/YodaProfiler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mocchiut, Thu Sep 7 08:34:20 2006 UTC revision 1.4 by mocchiut, Thu Sep 7 08:49:29 2006 UTC
# Line 61  int main(int numinp, char *inps[]){ Line 61  int main(int numinp, char *inps[]){
61    const char *pamdbpsw=gSystem->Getenv("PAM_DBPSW");    const char *pamdbpsw=gSystem->Getenv("PAM_DBPSW");
62    if ( strcmp(pamdbhost,"") ) host = pamdbhost;    if ( strcmp(pamdbhost,"") ) host = pamdbhost;
63    if ( strcmp(pamdbuser,"") ) user = pamdbuser;    if ( strcmp(pamdbuser,"") ) user = pamdbuser;
64    if ( strcmp(pamdbpsw,"") ) password = pamdbuser;    if ( strcmp(pamdbpsw,"") ) password = pamdbpsw;
65    //    //
66    TString filerootname;    TString filerootname;
67    //        //    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23