Explorar el Código

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

Daniel-Constantin Mierla hace 22 años
padre
commit
546e3243fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 	}