X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Frwho%2Fserv_rwho.c;fp=citadel%2Fmodules%2Frwho%2Fserv_rwho.c;h=5c25a3943ad147d9c603717b0bb6216e16c28215;hb=0428f9c321bffd2afbd5c41c1170b74d240a5c64;hp=86d2cd44946c692dec1e5360b2066f401f3f8403;hpb=2e7451798e995a31de43756aa8103f399f2143c7;p=citadel.git diff --git a/citadel/modules/rwho/serv_rwho.c b/citadel/modules/rwho/serv_rwho.c index 86d2cd449..5c25a3943 100644 --- a/citadel/modules/rwho/serv_rwho.c +++ b/citadel/modules/rwho/serv_rwho.c @@ -290,6 +290,6 @@ CTDL_MODULE_INIT(rwho) CtdlRegisterProtoHook(cmd_stel, "STEL", "Enter/exit stealth mode"); } - /* return our Subversion id for the Log */ + /* return our module name for the log */ return "rwho"; }