diff --git a/tmcd/tmcd.c b/tmcd/tmcd.c index a7cf325a974c040d377f858e60ff5a89875e0a12..a1c809b079a64cecad47ab0b64f381616a87da66 100644 --- a/tmcd/tmcd.c +++ b/tmcd/tmcd.c @@ -12759,7 +12759,7 @@ COMMAND_PROTOTYPE(dohwinfo) */ res = mydb_query("select mac,iface from interfaces where " " mac not like '000000%%' and " - " role!='mngmnt' and guid is NULL and " + " role!='mngmnt' and " " node_id='%s' order by iface", 2, reqp->nodeid); if (!res) {