Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/register.global.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2496 by niro, Thu Sep 10 08:04:33 2015 UTC revision 2497 by niro, Thu Sep 10 14:08:40 2015 UTC
# Line 55  validate_client() Line 55  validate_client()
55   mysqldo "insert into state_connected(serial,ip,mac,mtime) values('${serial}','${ip_address}','${mac_address}','${mtime}');"   mysqldo "insert into state_connected(serial,ip,mac,mtime) values('${serial}','${ip_address}','${mac_address}','${mtime}');"
56   fi   fi
57    
58     # run hardware detection
59     if is_provided hardware
60     then
61     set_hardware_detect "${serial}"
62     fi
63    
64   return 0   return 0
65   fi   fi
66  }  }

Legend:
Removed from v.2496  
changed lines
  Added in v.2497