Default label was unset without Lua

closes #50
This commit is contained in:
Jan-Piet Mens
2015-10-11 17:08:08 +02:00
parent 33967a6884
commit 7791727c96
+2 -2
View File
@@ -807,9 +807,9 @@ int main(int argc, char **argv)
udata.luadata = NULL;
# ifdef WITH_LMDB
udata.luadb = NULL;
# endif
# endif /* WITH_LMDB */
#endif /* WITH_LUA */
udata.label = strdup("Recorder");
#endif
if ((p = getenv("OTR_HOST")) != NULL) {
hostname = strdup(p);