/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.191 by chopp, Tue Dec 21 09:48:47 2004 UTC revision 1.192 by martinp, Thu Dec 23 23:29:57 2004 UTC
# Line 2142  static void addcollector(URL_T url, int Line 2142  static void addcollector(URL_T url, int
2142        }        }
2143      }      }
2144    }    }
2145      c->url->url= Util_getString("%s://%s%s%s%s%s:%d%s%s",
2146                     url->protocol?url->protocol:"",
2147                     url->user?url->user:"",
2148                     url->password?":":"",
2149                     url->password?url->password:"",
2150                     url->user?"@":"",
2151                     url->hostname?url->hostname:"",
2152                     url->port,
2153                     url->path?url->path:"",
2154                     url->query?url->query:"");
2155    c->timeout = timeout;    c->timeout = timeout;
2156    c->next = NULL;    c->next = NULL;
2157    

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

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