Changeset 1588
- Timestamp:
- 03/10/10 22:41:06 (6 months ago)
- Files:
-
- 1 modified
-
trunk/batctl/bat-hosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/batctl/bat-hosts.c
r1587 r1588 99 99 /* mac entry already exists - we found a new name for it */ 100 100 if (bat_host) { 101 /* if the mac addresses and the names are the same we can safely ignore the entry */ 102 if (strcmp(bat_host->name, name) == 0) 103 continue; 104 101 105 fprintf(stderr, "Warning - mac already known (changing name from '%s' to '%s'): %s\n", 102 106 bat_host->name, name, mac_str);
