summaryrefslogtreecommitdiffstats
path: root/ktalkd/ktalkd/machines/forwmach.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd/ktalkd/machines/forwmach.cpp')
-rw-r--r--ktalkd/ktalkd/machines/forwmach.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktalkd/ktalkd/machines/forwmach.cpp b/ktalkd/ktalkd/machines/forwmach.cpp
index bbd491eb..5bb5cd0d 100644
--- a/ktalkd/ktalkd/machines/forwmach.cpp
+++ b/ktalkd/ktalkd/machines/forwmach.cpp
@@ -117,7 +117,7 @@ ForwMachine::~ForwMachine()
* @param forward user@host to forward the talk */
int ForwMachine::getNames(char * forward)
{ /* taken from old get_names.c */
- register char *cp;
+ char *cp;
/* strip out the machine name of the target */
for (cp = forward; *cp && !strchr("@:!.", *cp); cp++)