Changeset 12956 for trunk/libtransmission/announcer.c
- Timestamp:
- Oct 9, 2011, 12:21:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r12955 r12956 1113 1113 publishWarning( tier, str ); 1114 1114 } 1115 else 1116 { 1117 tr_strlcpy( tier->lastAnnounceStr, _( "Success" ), 1118 sizeof( tier->lastAnnounceStr ) ); 1119 } 1115 1120 1116 1121 if(( i = response->min_interval )) … … 1127 1132 publishPeersPex( tier, response->seeders, response->leechers, 1128 1133 response->pex6, response->pex6_count ); 1129 1130 if( !*tier->lastAnnounceStr )1131 tr_strlcpy( tier->lastAnnounceStr, _( "Success" ),1132 sizeof( tier->lastAnnounceStr ) );1133 1134 1134 1135 tier->isRunning = data->isRunningOnSuccess;
Note: See TracChangeset
for help on using the changeset viewer.