/[monit]/monit/util.c
ViewVC logotype

Diff of /monit/util.c

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

revision 1.92 by martinp, Fri Sep 19 08:37:08 2003 UTC revision 1.93 by martinp, Fri Sep 19 08:39:42 2003 UTC
# Line 1075  char *get_basic_authentication_header() Line 1075  char *get_basic_authentication_header()
1075    
1076    if(Run.Auth.defined) {    if(Run.Auth.defined) {
1077    
1078      char *auth;      char *auth, *b64;
     char *b64;  
1079      char  buf[STRLEN];      char  buf[STRLEN];
1080    
1081      snprintf(buf, STRLEN, "%s:%s", Run.Auth.uname, Run.Auth.passwd);      snprintf(buf, STRLEN, "%s:%s", Run.Auth.uname, Run.Auth.passwd);

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26