Skip to content

Commit 1162a88

Browse files
committed
Dummy check for retStatus
1 parent 5d830b7 commit 1162a88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,18 +395,16 @@ int main( int argc,
395395
HTTP_METHOD_POST_LENGTH,
396396
POST_PATH,
397397
POST_PATH_LENGTH );
398-
LogInfo( ( "Final returnStatus = %d", returnStatus ) );
398+
399+
LogInfo( ( "ABC") );
400+
LogInfo( ( "Final returnStatus = %d", returnStatus ) );
399401
}
400402

401403
if( returnStatus == EXIT_SUCCESS )
402404
{
403405
LogInfo( ( "Rahul" ) );
404406
/* Log message indicating an iteration completed successfully. */
405407
//printf( "Demo completed successfully." );
406-
407-
/* Ensure logs are flushed before exiting. */
408-
fflush( stdout );
409-
fflush( stderr );
410408
}
411409

412410
/************************** Disconnect. *****************************/

0 commit comments

Comments
 (0)