Revision e0e28fdf
Added by Luiz Souza over 9 years ago
src/etc/inc/util.inc | ||
---|---|---|
1240 | 1240 |
break; |
1241 | 1241 |
} |
1242 | 1242 |
|
1243 |
return ($list);
|
|
1243 |
return (NULL);
|
|
1244 | 1244 |
} |
1245 | 1245 |
|
1246 | 1246 |
/* comparison function for sorting by the order in which interfaces are normally created */ |
Also available in: Unified diff
Fix the return value if no matching VIP was found.