瀏覽代碼

TM module
- fixed typo error at line 673: totag -> to_tag

Daniel-Constantin Mierla 22 年之前
父節點
當前提交
546e3243fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/t_reply.c

+ 1 - 1
modules/tm/t_reply.c

@@ -670,7 +670,7 @@ static int _reply_light( struct cell *trans, char* buf, unsigned int len,
 
 error3:
 #ifdef _TOTAG
-	if (totag) {
+	if (to_tag) {
 		shm_free(trans->uas.to_tag.s);
 		trans->uas.to_tag.s=0;
 	}