Changed // style comment to /* style */ comment.

This commit is contained in:
marcbou 2007-08-16 20:41:56 +00:00
parent b73198d5ef
commit 0b8b9e8033

View File

@ -111,7 +111,7 @@ static void
autoip_handle_arp_conflict(struct netif *netif)
{
/* Somehow detect if we are defending or retreating */
unsigned char defend = 1; // tbd
unsigned char defend = 1; /* tbd */
if(defend) {
if(netif->autoip->lastconflict > 0) {