comparison 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
comparison
equal deleted inserted replaced
948:777b9dae77ff 949:9a6571938f89
223 _gftp_ssl_id_function (void) 223 _gftp_ssl_id_function (void)
224 { 224 {
225 #if GLIB_MAJOR_VERSION > 1 225 #if GLIB_MAJOR_VERSION > 1
226 return ((unsigned long) g_thread_self ()); 226 return ((unsigned long) g_thread_self ());
227 #else 227 #else
228 /* FIXME _ call pthread version. Once this is done, the #ifdef below can be 228 /* FIXME - call pthread version. */
229 removed */
230 return (0); 229 return (0);
231 #endif 230 #endif
232 } 231 }
233 232
234 233