|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-dhcp-server prints warning disgnostic message at exit | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Jörg Mayer <jmayer> |
| Component: | Network | Assignee: | Jozef Uhliarik <juhliarik> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
*** Bug 398514 has been marked as a duplicate of this bug. *** it is duplicate of bug #423181 *** This bug has been marked as a duplicate of bug 423181 *** |
Setup: opensuse-factory with yast2-dhcp-server-2.16.7-23 After clicking through the dhcp-server setup and selecting Abort at the end, a requester appears with some (quite likely diagnostic) warning message: Name "main::parSed_file" used only once: possible typo at /usr/lib/YaST2/servers_non_y2/ag_dhcpd_conf line 12 (#1) (W once) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The our declaration is provided for this purpose. NOTE: This warning detects symbols that have been used only once so $c, @c, %c, *c, &c, sub c{}, c(), and c (the filehandle or format) are considered the same; if a program uses $c only once but also uses any of the others it will not trigger this warning. This should probably be removed before release.