diff options
author | 1999-06-02 23:06:59 +0000 | |
---|---|---|
committer | 1999-06-02 23:06:59 +0000 | |
commit | 04ac4e9da3900ee39bfb0c41ff1059b41976ed93 (patch) | |
tree | 25a2ba010bd0f397dde294dd268348d7b9809493 | |
parent | Mention physical and sync logging in the ``set log'' (diff) | |
download | wireguard-openbsd-04ac4e9da3900ee39bfb0c41ff1059b41976ed93.tar.xz wireguard-openbsd-04ac4e9da3900ee39bfb0c41ff1059b41976ed93.zip |
Oops, quieten a compiler warning.
-rw-r--r-- | usr.sbin/ppp/ppp/mp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/mp.c b/usr.sbin/ppp/ppp/mp.c index b7d4136806b..a49bdf8aed5 100644 --- a/usr.sbin/ppp/ppp/mp.c +++ b/usr.sbin/ppp/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.8 1999/06/02 15:58:41 brian Exp $ + * $Id: mp.c,v 1.9 1999/06/02 23:06:59 brian Exp $ */ #include <sys/param.h> @@ -696,6 +696,7 @@ mp_ShowStatus(struct cmdargs const *arg) struct mbuf *m, *lm; int bufs = 0; + lm = NULL; prompt_Printf(arg->prompt, "Socket: %s\n", mp->server.socket.sun_path); for (m = mp->inbufs; m; m = m->pnext) { |