Package: adduser
Version: 3.80
Followup-For: Bug #352496

Cause of the bug appears to be a missing backslash reference operator
inside the call to GetOptions().
Making this one-character fix appears to solve the problem.

-            "conf=s" => $configfile,
+            "conf=s" => \$configfile,

Max.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to