Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: pg_hba.conf can't write

Re: pg_hba.conf can't write



Hiroshi Saito wrote:


    wxMessageBox(txtIPaddress->GetValue());    //The input of the change (A) -- Debug Message
    wxMessageBox(line->text);                          //strange result (B) -- Debug Message

    EndModal(wxID_OK);
}

The value of (A) isn't taken over in (B).?

This is correct. Actually, pgHbaConfigLine::GetText wasn't fully implemented; done now.

Regards,
Andreas



Home | Main Index | Thread Index

top