summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-07-03 23:24:43 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-07-03 23:24:43 +0000
commit0575a7a791b47fb147e326dcd7d1c1e02f367b6c (patch)
treef6dae6dde556327c24b9adaef0b9196e7f7b3750 /usr.sbin/mopd
parent10ad851425902a272690ff561b35df2a422e679a (diff)
typo
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r--usr.sbin/mopd/mopd/process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/mopd/process.c b/usr.sbin/mopd/mopd/process.c
index ece34369249..d129d16e558 100644
--- a/usr.sbin/mopd/mopd/process.c
+++ b/usr.sbin/mopd/mopd/process.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: process.c,v 1.5 2000/07/03 13:55:28 maja Exp $ */
+/* $OpenBSD: process.c,v 1.6 2000/07/03 23:24:42 niklas Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: process.c,v 1.5 2000/07/03 13:55:28 maja Exp $";
+static char rcsid[] = "$OpenBSD: process.c,v 1.6 2000/07/03 23:24:42 niklas Exp $";
#endif
#include "os.h"
@@ -487,7 +487,7 @@ mopProcessDL(fd, ii, pkt, index, dst, src, trans, len)
rpr_pgty = mopGetChar(pkt,index); /* Program Type */
tmpc = mopGetChar(pkt,index); /* Software ID Len */
- if (tempc > sizeof(pfile))
+ if (tmpc > sizeof(pfile))
return;
for (i = 0; i < tmpc; i++) {
pfile[i] = mopGetChar(pkt,index);