Browse Source

Remove unnecessary ns_bzero

Mészáros Mihály 6 years ago
parent
commit
15ba312e19
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/apps/uclient/uclient.c

+ 0 - 1
src/apps/uclient/uclient.c

@@ -673,7 +673,6 @@ static int client_read(app_ur_session *elem, int is_tcp_data, app_tcp_conn_info
 		uint16_t chnumber = 0;
 
 		message_info mi;
-		ns_bzero(&mi, sizeof(message_info));
 		int miset=0;
 		size_t buffers = 1;