Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
ppp
ppp-2.4.3-demand-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ppp-2.4.3-demand-fix.diff of Package ppp
--- pppd/auth.c +++ pppd/auth.c @@ -546,6 +546,8 @@ int unit; { char *msg; + if (phase == PHASE_DISCONNECT) /* we are called via link_terminated, must be ignored */ + return; new_phase(PHASE_SERIALCONN); @@ -658,6 +660,7 @@ the_channel->disconnect(); devfd = -1; } + /* not only disconnect, cleanup should also be called to close the devices */ if (the_channel->cleanup) (*the_channel->cleanup)();
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor