Bläddra i källkod

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

Daniel-Constantin Mierla 22 år sedan
förälder
incheckning
546e3243fd
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
 	}