Changeset 77
- Timestamp:
- 06/20/06 12:15:25 (2 years ago)
- Files:
-
- 1 modified
-
trunk/opensc.tokend/OpenSC/OpenSCToken.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opensc.tokend/OpenSC/OpenSCToken.cpp
r76 r77 281 281 // get the score 282 282 scconf_block *conf_block = NULL; 283 conf_block = sc_get_conf_block(mScCtx, "framework", "tokend", 0);283 conf_block = sc_get_conf_block(mScCtx, "framework", "tokend", 1); 284 284 if (conf_block != NULL) { 285 285 score = scconf_get_int(conf_block, "score", 50); 286 otdLog(" Get Score from config file: %d\n", score); 286 287 } else { 287 288 score = 50; 289 otdLog(" Default Score: %d\n", score); 288 290 } 289 291
