summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_spanningtree.cpp2
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 94c610970..aebcb7df3 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -2116,7 +2116,7 @@ class TreeSocket : public InspSocket
if ((*param == ':') && (count == 1) && (item > 0))
{
*param = count = 0;
- *pptr = param;
+ pptr = param;
log(DEBUG,"Final param");
while (!s.eof())
{
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index 8e8260ab5..9c5ce412e 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3420
+echo 3422