r13968: fix typo, caught by Guenther
authorJim McDonough <jmcd@samba.org>
Tue, 7 Mar 2006 17:49:26 +0000 (17:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:11:02 +0000 (11:11 -0500)
(This used to be commit 217d3fbe7923115ae610a39e586ceb93df7683f5)

source3/utils/net_rpc_samsync.c

index fa196af5eda0589dccfa1001ac6dc542cfec4b83..7ec6af0a444a5e668241af118b111aafd3387883 100644 (file)
@@ -1464,7 +1464,7 @@ static NTSTATUS fetch_account_info_to_ldif(SAM_DELTA_CTR *delta, GROUPMAP *group
                if (!*homedir) {
                        pstr_sprintf(homedir, "/home/%s", username);
                } else {
-                       pstr_sprintf(homedir, "dev/null");
+                       pstr_sprintf(homedir, "/dev/null");
                }
        }