summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:29 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:29 -0500
commit492e5c38fa1a5e42b4ad43c1daf119cfdedbc252 (patch)
tree4b8502a1db06885e45968db3f4406e73fb117164 /flash.c
parent74b9ff28228e3858ef4bc181a34a9acf9ca6be79 (diff)
tidy up username/password code
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/flash.c b/flash.c
index e991cef..5228bc5 100644
--- a/flash.c
+++ b/flash.c
@@ -344,9 +344,7 @@ static void initFlashValues(FlashStruct *mem)
mem->ChanKey_logic_level=0;
strcpy(mem->model_num,"unprogrammed");
- strcpy(mem->serial_num,"no S/N");
- strcpy(mem->password,"default");
- strcpy(mem->username,"admin");
+ strcpy(mem->serial_num,"00000");
mem->fully_programmed=Being_Programmed;