Code

Added patch from old client.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Feb 2008 07:03:47 +0000 (07:03 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Feb 2008 07:03:47 +0000 (07:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8735 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/new-gosa-si-client

index d8cf9db2884841195eb6ccaa9b6d28de5fc5acb7..cf253f42f9965e1665c8155989263daaf6b007f2 100755 (executable)
@@ -278,6 +278,8 @@ sub get_mac {
         if($ifreq eq "all") {
             if(defined($server_ip)) {
                 $result = &get_local_mac_for_remote_ip($server_ip);
+                       } elsif {
+                               $result = &client_mac_address;
             } else {
                 $result = "00:00:00:00:00:00";
             }