diff lib/sslcommon.c @ 949:9a6571938f89

2008-03-04 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - removed unneeded FIXME comment * lib/ftps.c - removed uncommented code * lib/sslcommon.c - updated FIXME comment
author masneyb
date Tue, 04 Mar 2008 12:02:47 +0000
parents 85cf59eafce2
children 4c7a58ef26c1
line wrap: on
line diff
--- a/lib/sslcommon.c	Sat Feb 23 15:00:42 2008 +0000
+++ b/lib/sslcommon.c	Tue Mar 04 12:02:47 2008 +0000
@@ -225,8 +225,7 @@
 #if GLIB_MAJOR_VERSION > 1
   return ((unsigned long) g_thread_self ());
 #else
-  /* FIXME _ call pthread version. Once this is done, the #ifdef below can be
-     removed */
+  /* FIXME - call pthread version. */
   return (0);
 #endif
 }