Changeset 15193 for trunk/Mars


Ignore:
Timestamp:
03/30/13 14:36:52 (11 years ago)
Author:
tbretz
Message:
Remove leading spaces from url, user and password
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msql/MSQLServer.cc

    r10166 r15193  
    649649    }
    650650
     651    user = user.Strip(TString::kBoth);
     652    pass = pass.Strip(TString::kBoth);
     653    url  = url.Strip(TString::kBoth);
     654
    651655    if (user.IsNull() && pass.IsNull())
    652656    {
Note: See TracChangeset for help on using the changeset viewer.