1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Fix compiler warning

This commit is contained in:
Volker Lendecke
-
parent ea1a5fb303
commit 413ed77142

View File

@ -303,6 +303,8 @@ static int net_rpc_oldjoin(int argc, const char **argv)
if (rc) {
d_printf("Failed to join domain\n");
}
return rc;
}
/**