lib: Move "message_send_all" to serverid.c
[nivanova/samba-autobuild/.git] / source3 / rpc_server / fss / srv_fss_agent.c
index 68a51439c25c5628d1cc63be10810de2208e8cbe..880244e335135b1efde8f9b989a9f75a77121ac2 100644 (file)
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "ntdomain.h"
 #include "include/messages.h"
+#include "serverid.h"
 #include "include/auth.h"
 #include "../libcli/security/security.h"
 #include "../libcli/util/hresult.h"
@@ -173,7 +174,7 @@ static bool snap_path_exists(TALLOC_CTX *ctx, struct messaging_context *msg_ctx,
                goto out;
        }
 
-       smb_fname = synthetic_smb_fname(service, sc->sc_path, NULL, NULL);
+       smb_fname = synthetic_smb_fname(service, sc->sc_path, NULL, NULL, 0);
        if (smb_fname == NULL) {
                goto out;
        }