More changes for libratbox.

This commit is contained in:
Jilles Tjoelker 2008-04-01 23:11:11 +02:00
parent 75d600888f
commit 7018b86a12
7 changed files with 11 additions and 11 deletions

View file

@ -284,7 +284,7 @@ parse_resv(struct Client *source_p, const char *name,
aconf->port = 0;
DupString(aconf->name, name);
DupString(aconf->passwd, reason);
dlinkAddAlloc(aconf, &resv_conf_list);
rb_dlinkAddAlloc(aconf, &resv_conf_list);
if(temp_time > 0)
{