search for: opt_password

Displaying 1 result from an estimated 1 matches for "opt_password".

Did you mean: get_password
2008 Mar 11
2
$ char in password
...opt_user_name is %s\n", __FUNCTION__, opt_user_name); //xq opt_user_name = SMB_STRDUP(opt_user_name); p = strchr(opt_user_name,'%'); if (p) { *p = 0; opt_password = p+1; d_fprintf(stderr, "%s(): opt_password is %s\n", __FUNCTION__, opt_password); //xq } break; ...... } } ...... } =========================================...