Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/libsmbclient/testctx.c

    r740 r988  
    22#include <stdlib.h>
    33#include <stdio.h>
     4#include <string.h>
    45
    5 void create_and_destroy_context (void)
     6static void create_and_destroy_context (void)
    67{
    78  int i;
     
    1011  /* Both should do the same thing */
    1112  smbc_setOptionDebugToStderr(ctx, 1);
    12   smbc_option_set(ctx, "debug_to_stderr", 1);
     13  smbc_option_set(ctx, strdup("debug_to_stderr"), 1);
    1314  smbc_setDebug(ctx, 1);
    1415  i = smbc_getDebug(ctx);
Note: See TracChangeset for help on using the changeset viewer.