Results 1 to 2 of 2

Thread: Small bug in infosvr

  1. #1

    Small bug in infosvr

    At line 23 of file infosvr.c,
    Code:
    #define PRINT(fmt, args...) printf(stderr, fmt, ## args)
    should be changed to
    Code:
    #define PRINT(fmt, args...) fprintf(stderr, fmt, ## args)
    This corrects some of the warnings.

    I don't know if the PRINT actually happens (but in that case infosvr would die immediately).

    Thanks for the nice firmware.
    SurJector

  2. #2
    What is this "infosvr" used for?
    It seems to be related to networking, because it has a bind to br0.

    Thanks for some news about this.

Similar Threads

  1. linuxrc bug? - WL-500g not booting from usb drive with hub
    By daniel632 in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-03-2012, 15:28
  2. Bug in PHP 5.2.2-1 - new PHP version avaiable?
    By rj.2001 in forum WL-500g Q&A
    Replies: 0
    Last Post: 13-05-2007, 22:10
  3. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 15:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •