]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "libgpo: fix build warning."
authorMichael Adam <obnox@samba.org>
Thu, 8 May 2008 15:43:58 +0000 (17:43 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 8 May 2008 15:43:58 +0000 (17:43 +0200)
This reverts commit cb3f1df7d8f35848a432764ea7d6720ec131ede1.

source/libgpo/gpo_reg.c

index 7a005d85a2923beb869f6771f20c1970ccd93f2f..06ebdc444c6d01d4bbe1f835839503459dcd0ea0 100644 (file)
@@ -798,9 +798,8 @@ void dump_reg_val(int lvl, const char *direction,
                                (int)val->v.dword, val->v.dword));
                        break;
                case REG_QWORD:
-                       DEBUG(lvl,("%d (0x%016llx)\n",
-                               (int)val->v.qword,
-                               (unsigned long long)val->v.qword));
+                       DEBUG(lvl,("%d (0x%016lx)\n",
+                               (int)val->v.qword, val->v.qword));
                        break;
                case REG_SZ:
                        DEBUG(lvl,("%s (length: %d)\n",