| 547 | } |
| 548 | |
| 549 | void SendingMessage::parseAuthenticationKeyword(scenario *msg_scenario, struct MessageComponent *dst, char *keyword) |
| 550 | { |
| 551 | char my_auth_user[KEYWORD_SIZE + 1]; |
| 552 | char my_auth_pass[KEYWORD_SIZE + 1]; |
nothing calls this directly
no outgoing calls
no test coverage detected