Prechádzať zdrojové kódy

[CIFS] cifs sprintf fix

Cc: <alert7@xfocus.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 19 rokov pred
rodič
commit
bd2abf177b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      fs/cifs/cifs_debug.c

+ 2 - 2
fs/cifs/cifs_debug.c

@@ -143,8 +143,8 @@ cifs_debug_data_read(char *buf, char **beginBuffer, off_t offset,
 		ses = list_entry(tmp, struct cifsSesInfo, cifsSessionList);
 		if((ses->serverDomain == NULL) || (ses->serverOS == NULL) ||
 		   (ses->serverNOS == NULL)) {
-			buf += sprintf("\nentry for %s not fully displayed\n\t",
-					ses->serverName);
+			buf += sprintf(buf, "\nentry for %s not fully "
+					"displayed\n\t", ses->serverName);
 			
 		} else {
 			length =