[asterisk-commits] twilson: branch twilson/calendaring r156483 - /team/twilson/calendaring/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 12 18:31:29 CST 2008


Author: twilson
Date: Wed Nov 12 18:31:29 2008
New Revision: 156483

URL: http://svn.digium.com/view/asterisk?view=rev&rev=156483
Log:
tabbity

Modified:
    team/twilson/calendaring/res/res_exchangecal.c

Modified: team/twilson/calendaring/res/res_exchangecal.c
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/res/res_exchangecal.c?view=diff&rev=156483&r1=156482&r2=156483
==============================================================================
--- team/twilson/calendaring/res/res_exchangecal.c (original)
+++ team/twilson/calendaring/res/res_exchangecal.c Wed Nov 12 18:31:29 2008
@@ -374,9 +374,9 @@
 	do {
 		void *cursor = NULL;
 		const char *name, *value;
-	while ((cursor = ne_response_header_iterate(req, cursor, &name, &value))) {
-		printf("%s: %s\n", name, value);
-	}
+		while ((cursor = ne_response_header_iterate(req, cursor, &name, &value))) {
+			printf("%s: %s\n", name, value);
+		}
 	} while(0);
 	ast_log(LOG_NOTICE, "status is %d for request to %s\n", ne_get_status(req)->code, pvt->url);
 #endif




More information about the asterisk-commits mailing list