else if (strcmp(args[myidx], "peers") == 0) {
myidx++;
if (!*(args[myidx])) {
- Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
- file, linenum, args[myidx-1]);
- err_code |= ERR_ALERT | ERR_FATAL;
- goto out;
+ Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
+ file, linenum, args[myidx-1]);
+ err_code |= ERR_ALERT | ERR_FATAL;
+ goto out;
}
curproxy->table.peers.name = strdup(args[myidx++]);
}