m_xline.c fixed
This commit is contained in:
parent
97b41ffab9
commit
a4f22ead11
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ write_xline(struct Client *source_p, struct ConfItem *aconf)
|
||||||
|
|
||||||
rb_sprintf(buffer, "\"%s\",\"0\",\"%s\",\"%s\",%ld\n",
|
rb_sprintf(buffer, "\"%s\",\"0\",\"%s\",\"%s\",%ld\n",
|
||||||
aconf->name, aconf->passwd,
|
aconf->name, aconf->passwd,
|
||||||
get_oper_name(source_p), rb_current_time());
|
get_oper_name(source_p), (long) rb_current_time());
|
||||||
|
|
||||||
if(fputs(buffer, out) == -1)
|
if(fputs(buffer, out) == -1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue