login doesn’t work with 0301 nightly

FireFly Media Server Firefly Media Server Forums Firefly Media Server Nightlies Feedback login doesn’t work with 0301 nightly

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185
    evans02472
    Participant

    config_auth in configfile.c:425 seems to be checking the
    value from conf_get_string improperly – probably should be more like:

    if(CONF_E_SUCCESS != conf_get_string(“general”,”admin_pw”,””,adminpassword,&size)) {
    return FALSE;
    }

    I’ve actually noticed the wrong check for the status of “conf_get_string” in several places….

    …tom

    #4032
    rpedde
    Participant

    Hmm… I don’t know what that’s about.

    Fixed now, though, in about 5 places. Thanks.

    — Ron

    #4033
    Anonymous
    Inactive

    I’m also having the same problem.

    Andy

    #4034
    rpedde
    Participant

    It’s fixed in CVS, you won’t see it until next nightly.

    — Ron

    #4035
    Anonymous
    Inactive

    OK. I love the fact I can now build playlists of recently played, most popular, recently added, etc. Thanks!!!!

    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.