From a286a0f4d18a28101ec5b2571f34094d20ece18c Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Mon, 20 Jun 2005 22:13:18 +0000 Subject: Removing field _NAME. --- lualdap/src/lualdap.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lualdap/src/lualdap.c b/lualdap/src/lualdap.c index 9e0c053..e9adcd1 100755 --- a/lualdap/src/lualdap.c +++ b/lualdap/src/lualdap.c @@ -1,7 +1,7 @@ /* ** LuaLDAP ** See Copyright Notice in license.html -** $Id: lualdap.c,v 1.41 2005-05-23 14:35:11 tuler Exp $ +** $Id: lualdap.c,v 1.42 2005-06-20 22:13:18 tomas Exp $ */ #include @@ -957,11 +957,8 @@ static void set_info (lua_State *L) { lua_pushliteral (L, "_DESCRIPTION"); lua_pushliteral (L, "LuaLDAP is a simple interface from Lua to an LDAP client"); lua_settable (L, -3); - lua_pushliteral (L, "_NAME"); - lua_pushliteral (L, "LuaLDAP"); - lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "1.0"); + lua_pushliteral (L, "LuaLDAP 1.0"); lua_settable (L, -3); } -- cgit v1.2.3-59-g8ed1b