diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 04:10:33 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 04:10:33 +0000 |
| commit | 43d79ae9efc313271892f3a62c6e022c6d3d3a6a (patch) | |
| tree | f1cf12eaeaa12cadebd52c2302598dc5abc788e9 /usr.sbin/xntpd | |
| parent | b32ba21dfd8d267e228a84baa8e7a8e0db3210d3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/xntpd')
| -rw-r--r-- | usr.sbin/xntpd/xntpdc/ntpdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/xntpdc/ntpdc.c b/usr.sbin/xntpd/xntpdc/ntpdc.c index 84bc15d0428f..989769572c63 100644 --- a/usr.sbin/xntpd/xntpdc/ntpdc.c +++ b/usr.sbin/xntpd/xntpdc/ntpdc.c @@ -820,6 +820,7 @@ getcmds() el_set(el, EL_EDITOR, "emacs"); el_set(el, EL_PROMPT, xntpdc_prompt); el_set(el, EL_SIGNAL, 1); + el_source(el, NULL); } if ((bp = el_gets(el, &num)) == NULL || num == 0) return; |
