[Vortex] wrong user_data passed to profile close callback?

Sam Roberts sroberts at uniserve.com
Sun Nov 12 05:31:22 CET 2006


Index: src/vortex_profiles.c
===================================================================
--- src/vortex_profiles.c       (revision 2366)
+++ src/vortex_profiles.c       (working copy)
@@ -544,7 +544,7 @@
                return FALSE;
        }
 
-       return profile->close (channel_num, connection, profile->start_user_data);
+       return profile->close (channel_num, connection, profile->close_user_data);
 }
 
 /** 




More information about the Vortex mailing list