summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/fs_signup_server3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server
index e7b372a4e..e8aa6ed64 100755
--- a/fs_signup/fs_signup_server
+++ b/fs_signup/fs_signup_server
@@ -188,11 +188,10 @@ while (1) {
#should check list for errors...
#$cust_main->suspend;
$cust_main->cancel;
+ $error = '_decline';
}
}
- $error ||= '_decline';
-
warn "[fs_signup_server] Sending results...\n" if $Debug;
print $writer $error, "\n";