summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index ac939af7e..26d7cad2c 100644
--- a/misc.c
+++ b/misc.c
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: misc.c,v 1.38 2006/01/01 08:59:27 stevesk Exp $"); 27RCSID("$OpenBSD: misc.c,v 1.39 2006/01/01 10:08:48 stevesk Exp $");
28 28
29#ifdef SSH_TUN_OPENBSD 29#ifdef SSH_TUN_OPENBSD
30#include <net/if.h> 30#include <net/if.h>
@@ -563,7 +563,7 @@ tun_open(int tun, int mode)
563 break; 563 break;
564 } 564 }
565 } else { 565 } else {
566 debug("%s: invalid tunnel %u\n", __func__, tun); 566 debug("%s: invalid tunnel %u", __func__, tun);
567 return (-1); 567 return (-1);
568 } 568 }
569 569