* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
authorArt Cancro <ajc@citadel.org>
Mon, 20 Jun 2005 03:47:44 +0000 (03:47 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 20 Jun 2005 03:47:44 +0000 (03:47 +0000)
commit46a8d3c62dd117ec245e5f6232eabdb1b60e8323
tree6c52b95010ea7313fbea4f3de330de891c496166
parentb41f479fe8b96cabe0897ab02e85f2a1a8b18002
* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
  to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
  reported by at least one site where the Internet configuration screen
  was malfunctioning.
webcit/ChangeLog
webcit/inetconf.c