[Asterisk-code-review] Fix compile error in chan vpb.cc. (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Tue Apr 28 12:09:13 CDT 2015


Richard Mudgett has uploaded a new change for review.

  https://gerrit.asterisk.org/271

Change subject: Fix compile error in chan_vpb.cc.
......................................................................

Fix compile error in chan_vpb.cc.

Change-Id: I51179e2a83937423676da522b766f1126de4059e
---
M channels/chan_vpb.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/71/271/1

diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 6a9e9a6..16a66b9 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -59,7 +59,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_REGISTER_FILE()
 
 #include "asterisk/lock.h"
 #include "asterisk/utils.h"

-- 
To view, visit https://gerrit.asterisk.org/271
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51179e2a83937423676da522b766f1126de4059e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list