| # | Line 935 | Line 935 | oper_entry: OPERATOR | |
|---|---|---|
| 935 | split_nuh(&nuh); | |
| 936 | ||
| 937 | conf = conf_make(CONF_OPER); | |
| 938 | + | conf->name = xstrdup(block_state.name.buf); |
| 939 | conf->user = xstrdup(block_state.user.buf); | |
| 940 | conf->host = xstrdup(block_state.host.buf); | |
| 941 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |