summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules.c2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/src/modules.c b/src/modules.c
index 8a3d3a6f9..99974d2ef 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -617,7 +617,7 @@ int loadModule(Module * m, User * u)
m->filename = sstrdup(buf);
ano_modclearerr();
m->handle = ano_modopen(m->filename);
- if ( m=>handle == NULL && (err = ano_moderr()) != NULL) {
+ if ( m->handle == NULL && (err = ano_moderr()) != NULL) {
alog(err);
return MOD_ERR_NOLOAD;
}
diff --git a/version.log b/version.log
index aaebe46ee..743c62682 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="22"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1442"
+VERSION_BUILD="1444"
# $Log$
#
+# BUILD : 1.7.22 (1444)
+# BUGS :
+# NOTES : Fixed a typo in modules.c introduced in the last commit
+#
# BUILD : 1.7.22 (1442)
# BUGS :
# NOTES : Development Framework