Skip to content

Commit

Permalink
ENGR00241755 FSLOTA: fix a error cause not read config.
Browse files Browse the repository at this point in the history
fix a typo that not read the /etc/ota.conf.

Signed-off-by: Zhang Jiejing <[email protected]>
  • Loading branch information
Zhang Jiejing committed Jan 25, 2013
1 parent 955abb6 commit 86431b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSLOta/src/com/fsl/android/ota/OTAServerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ boolean loadConfigureFromFile (String configFile, String product) {
return false;
}

return false;
return true;
}

void defaultConfigure(String productname) throws MalformedURLException
Expand Down

0 comments on commit 86431b8

Please sign in to comment.