summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-02 23:06:21 +0000
committerbrian <brian@FreeBSD.org>1999-06-02 23:06:21 +0000
commit0e558e446c4d44dbffde0a657b199708e35cd010 (patch)
tree473645b30fe1af3d9c73b03e8b998ef642689b25 /usr.sbin/ppp/mp.c
parent769cb902d305f545354279a6ebd500c80602115f (diff)
downloadFreeBSD-src-0e558e446c4d44dbffde0a657b199708e35cd010.zip
FreeBSD-src-0e558e446c4d44dbffde0a657b199708e35cd010.tar.gz
Oops, quieten a compiler warning.
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index 373957b..2986e5d 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/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.21 1999/05/28 08:03:24 brian Exp $
+ * $Id: mp.c,v 1.22 1999/06/02 15:59:06 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) {
OpenPOWER on IntegriCloud