Changeset 93:352243f5dc95 in verona for phcpp/phapipp.h


Ignore:
Timestamp:
Mar 30, 2010 11:00:04 AM (3 years ago)
Author:
Nikita Kozlov <nikita@…>
Branch:
default
Children:
94:caf866985550, 97:688b45026d07
Message:

accepting NULL realm in phAddAuthInfos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phcpp/phapipp.h

    r91 r93  
    178178    } 
    179179 
    180   int addAuthInfo(const string &username, const string& userid, const string& passwd, const string& realm, 
     180  int addAuthInfo(const string &username, const string& userid, const string&passwd, const char* realm, 
    181181                  const string& ha1) 
    182182    { 
    183       return  phthis->addAuthInfo(cstr(username), cstr(userid), cstr(passwd), cstr(realm), cstr(ha1)); 
     183      return  phthis->addAuthInfo(cstr(username), cstr(userid), cstr(passwd), realm, cstr(ha1)); 
    184184    } 
    185185 
Note: See TracChangeset for help on using the changeset viewer.