]> git.sur5r.net Git - gsconf/blobdiff - gs105e.h
fixed typo
[gsconf] / gs105e.h
index 1430f4be2fd7e484eec1b4d2f0373f2557c5c9a1..f856887d386fb38cdff5097abf1bc9ab45f8da74 100644 (file)
--- a/gs105e.h
+++ b/gs105e.h
@@ -112,7 +112,7 @@ struct gs105e_discovered {
         struct gs105e_discovered * next;
 };
 
-static char passwordSecret[19] = "NtgrSmartSwitchRock";
+static char passwordSecret[19] = {0x4e , 0x74 , 0x67 , 0x72 , 0x53 , 0x6d , 0x61 , 0x72 , 0x74 , 0x53 , 0x77 , 0x69 , 0x74 , 0x63 , 0x68 , 0x52 , 0x6f , 0x63 , 0x6b};
 
 struct gs105e_discovered * gs105e_devs ;