ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2/libmsn2 msn_core.C,1.9,1.10


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2/libmsn2 msn_core.C,1.9,1.10
Date: Sat, 11 Jan 2003 19:06:50 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2/libmsn2
In directory subversions:/tmp/cvs-serv10484/modules/msn2/libmsn2

Modified Files:
        msn_core.C 
Log Message:
check fixmes


Index: msn_core.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/libmsn2/msn_core.C,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- msn_core.C  11 Jan 2003 14:52:16 -0000      1.9
+++ msn_core.C  12 Jan 2003 00:06:47 -0000      1.10
@@ -880,8 +880,8 @@
     pos++;
   }
   
-  // FIXME - what does this return?
-  //return( ?? );
+  /* Should not be reached if header found */
+  return NULL;
 }
 
 void msn_handle_invite(msnconn * conn, char * from, char * friendly, char * 
mime, char * body)
@@ -1562,9 +1562,6 @@
 
     l=l->next;
   }
-
-  // FIXME - What's supposed to happen here?  This is unused
-  //authdata_FTP * auth=(authdata_FTP *)conn->auth;
 
   msn_clean_up(conn);
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]