* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
[citadel.git] / webcit / ChangeLog
index 0501db49d4d84f1d744742160abbc30b8fa434d7..d95959dee18a7113de6a128d1a9fadef387d6d53 100644 (file)
@@ -1,4 +1,10 @@
 $Log$
+Revision 619.6  2005/06/20 03:47:44  ajc
+* 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.
+
 Revision 619.5  2005/06/19 04:11:52  ajc
 * Integrated the second batch of new icons.
 
@@ -2620,4 +2626,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-