diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-08 23:03:41 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-08 23:03:41 +0000 |
commit | ca196c6112d0096a30e2db5cd4d7b8770db823e5 (patch) | |
tree | 0d088c5f07f8546b32fcb4e0e176cacb0020c532 | |
parent | 84566168513ed1d3f8e5841ec7e00431a146f28f (diff) | |
download | FreeBSD-src-ca196c6112d0096a30e2db5cd4d7b8770db823e5.zip FreeBSD-src-ca196c6112d0096a30e2db5cd4d7b8770db823e5.tar.gz |
revert r278414
Reported by: bz
-rw-r--r-- | lib/libedit/readline.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libedit/readline.c b/lib/libedit/readline.c index 990270f..a7d1350 100644 --- a/lib/libedit/readline.c +++ b/lib/libedit/readline.c @@ -395,9 +395,6 @@ readline(const char *p) char *buf; static int used_event_hook; - if (line == NULL) - return 0; - if (e == NULL || h == NULL) rl_initialize(); |