79499571

Date: 2025-03-11 03:03:24
Score: 1
Natty:
Report link

I had this problem today. Solved it by calling tcpip_init() before calling pppos_example_init():

  tcpip_init( NULL, NULL );
  pppos_example_init();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: grove188