mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove stray debug message.
PR: 6722
This commit is contained in:
parent
b7350d720d
commit
ce7a85a3ad
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ ddp_route( struct mbuf *m, struct route *ro)
|
|||
}
|
||||
}
|
||||
} else {
|
||||
printf( "ddp_route: still have no valid route\n");
|
||||
m_freem( m );
|
||||
return( EINVAL );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue