Bug 31368 - broken check for "-days"
broken check for "-days"
Status: RESOLVED DUPLICATE of bug 38859
Product: UCS
Classification: Unclassified
Component: SSL
UCS 3.1
Other Linux
: P3 normal (vote)
: UCS 3.2-x
Assigned To: Philipp Hahn
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-15 19:55 CEST by Philipp Hahn
Modified: 2016-06-22 13:15 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2013-05-15 19:55:35 CEST
--- /usr/sbin/univention-certificate
+++ /usr/sbin/univention-certificate
@@ 4,-83 4,+83 @@
        "-days")
-                days="$2" || usage "Missing argument to -days" >&2
-                shift 2
+                days="$2"
+                shift 2 || usage "Missing argument to -days" >&2
                 ;;
Comment 1 Philipp Hahn univentionstaff 2016-06-22 13:15:37 CEST
Fixed by r64182 since UCS-4.1-0

*** This bug has been marked as a duplicate of bug 38859 ***