[Asterisk-cvs] asterisk pbx.c,1.53,1.54

martinp at lists.digium.com martinp at lists.digium.com
Fri Sep 19 19:32:57 CDT 2003


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv9818

Modified Files:
	pbx.c 
Log Message:
Fix getting ${UNIQUEID} value


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- pbx.c	14 Sep 2003 00:32:51 -0000	1.53
+++ pbx.c	20 Sep 2003 00:34:03 -0000	1.54
@@ -861,6 +861,7 @@
 	  *ret = workspace;
 	} else if (c && !strcmp(var, "UNIQUEID")) {
 	  snprintf(workspace, workspacelen -1, "%s", c->uniqueid);
+	  *ret = workspace;
 	} else {
 		if (c) {
 			AST_LIST_TRAVERSE(headp,variables,entries) {




More information about the svn-commits mailing list