Changeset 376 for trunk/xcache.c

Show
Ignore:
Timestamp:
05/05/2007 01:05:39 PM (6 years ago)
Author:
moo
Message:

fix wrong http auth realm quoting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r374 r376  
    17851785    } 
    17861786 
    1787 #define STR "WWW-authenticate: basic realm='XCache Administration'" 
     1787#define STR "WWW-authenticate: Basic Realm=\"XCache Administration\"" 
    17881788    sapi_add_header_ex(STR, sizeof(STR) - 1, 1, 1 TSRMLS_CC); 
    17891789#undef STR