Changeset 922

Show
Ignore:
Timestamp:
01/23/06 22:33:57 (3 years ago)
Author:
benoitg
Message:

src/conf.h: Fix the value of DEFAULT_AUTHSERVPATH and completely wrong code comment. Not the default indicated in the config file and the define are in sync.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog/src/conf.h

    r901 r922  
    4747/** Note that DEFAULT_AUTHSERVSSLAVAILABLE must be 0 or 1, even if the config file syntax is yes or no */ 
    4848#define DEFAULT_AUTHSERVSSLAVAILABLE 0 
    49 /** Note:  The path must NOT be prefixed by /, and must be suffixed /.  Leave empty for the server root.*/ 
    50 #define DEFAULT_AUTHSERVPATH "wifidog/" 
     49/** Note:  The path must be prefixed by /, and must be suffixed /.  Put / for the server root.*/ 
     50#define DEFAULT_AUTHSERVPATH "/wifidog/" 
    5151#define DEFAULT_AUTHSERVMAXTRIES 1 
    5252/*@}*/