/pidgin/main: 17bdb1daf323: Change '#if NOTYET' to '#if 0' for c...

Michael McConville <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 17bdb1daf323a9d788baa0fa0351b395493a701f
Author:	 Michael McConville <[email protected]>
Date:	 2015-08-09 17:09 -0400
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/17bdb1daf323

Description:

Change '#if NOTYET' to '#if 0' for clarity.

diffstat:

 libpurple/stun.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (55 lines):

diff --git a/libpurple/stun.c b/libpurple/stun.c
--- a/libpurple/stun.c
+++ b/libpurple/stun.c
@@ -63,13 +63,13 @@ struct stun_attrib {
 	guint16 len;
 };
 
-#ifdef NOTYET
+#if 0
 struct stun_change {
 	struct stun_header hdr;
 	struct stun_attrib attrib;
 	char value[4];
 };
-#endif
+#endif	/* 0 */
 
 struct stun_conn {
 	int fd;
@@ -145,7 +145,7 @@ static gboolean timeoutfunc(gpointer dat
 	return TRUE;
 }
 
-#ifdef NOTYET
+#if 0
 static void do_test2(struct stun_conn *sc) {
 	struct stun_change data;
 	data.hdr.type = htons(0x0001);
@@ -164,7 +164,7 @@ static void do_test2(struct stun_conn *s
 	sendto(sc->fd, sc->packet, sc->packetsize, 0, (struct sockaddr *)&(sc->addr), sizeof(struct sockaddr_in));
 	sc->timeout = purple_timeout_add(500, (GSourceFunc) timeoutfunc, sc);
 }
-#endif
+#endif	/* 0 */
 
 static void reply_cb(gpointer data, gint source, PurpleInputCondition cond) {
 	struct stun_conn *sc = data;
@@ -266,7 +266,7 @@ static void reply_cb(gpointer data, gint
 			}
 		}
 
-#ifndef NOTYET
+#if 1
 		close_stun_conn(sc);
 		do_callbacks();
 #else
@@ -278,7 +278,7 @@ static void reply_cb(gpointer data, gint
 		close_stun_conn(sc);
 		nattype.type = PURPLE_STUN_NAT_TYPE_FULL_CONE;
 		do_callbacks();
-#endif
+#endif	/* 1 */
 	}
 }
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.